# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "mockery" in publications use:' type: software license: MIT title: 'mockery: Mocking Library for R' version: 0.4.4.9000 doi: 10.32614/CRAN.package.mockery abstract: The two main functionalities of this package are creating mock objects (functions) and selectively intercepting calls to a given function that originate in some other function. It can be used with any testing framework available for R. Mock objects can be injected with either this package's own stub() function or a similar with_mock() facility present in the 'testthat' package. authors: - family-names: Finkelstein given-names: Noam - family-names: Bartnik given-names: Lukasz - family-names: Hester given-names: Jim - family-names: Wickham given-names: Hadley email: hadley@posit.co repository: https://r-lib.r-universe.dev repository-code: https://github.com/r-lib/mockery commit: 147de292dc35007f769fda38a3fb3f01b1643384 url: https://github.com/r-lib/mockery contact: - family-names: Wickham given-names: Hadley email: hadley@posit.co