# -------------------------------------------- # 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.0.9002 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: krlmlr+r@mailbox.org repository: https://mrc-ide.r-universe.dev repository-code: https://github.com/krlmlr/mockr commit: 61ff4551e57e5e22ac95006f8b7b38ccf5f0a91a url: https://krlmlr.github.io/mockr/ date-released: '2022-12-30' contact: - family-names: Müller given-names: Kirill email: krlmlr+r@mailbox.org