# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "mockr" in publications use:' type: software license: MIT title: 'mockr: Mocking in R' version: 0.2.2.9010 doi: 10.32614/CRAN.package.mockr abstract: Provides a means to mock a package function, i.e., temporarily substitute it for testing. Designed as a drop-in replacement for the now deprecated 'testthat::with_mock()' and 'testthat::local_mock()'. authors: - family-names: Müller given-names: Kirill email: kirill@cynkra.com repository: https://cynkra.r-universe.dev repository-code: https://github.com/krlmlr/mockr commit: e063f6bcb450419368569d3d27ec2e6218fd6958 url: https://krlmlr.github.io/mockr/ date-released: '2026-05-24' contact: - family-names: Müller given-names: Kirill email: kirill@cynkra.com