# -------------------------------------------- # 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: GPL-3.0-only title: 'mockr: Mocking in R' version: 0.2.1.9018 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://krlmlr.r-universe.dev repository-code: https://github.com/krlmlr/mockr commit: 5735bfe3f0166fae4d9ca11e58d284b0855a3baf url: https://krlmlr.github.io/mockr/ date-released: '2024-10-28' contact: - family-names: Müller given-names: Kirill email: kirill@cynkra.com