Package: mockr Title: Mocking in R Version: 0.2.0.9002 Date: 2022-12-30 Authors@R: person(given = "Kirill", family = "M\u00fcller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org") Description: 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()'. License: GPL-3 URL: https://krlmlr.github.io/mockr/, https://github.com/krlmlr/mockr BugReports: https://github.com/krlmlr/mockr/issues Imports: rlang, withr Suggests: covr, fs, knitr, pkgload, rmarkdown, testthat, usethis VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://mrc-ide.r-universe.dev Date/Publication: 2023-01-05 17:36:05 UTC RemoteUrl: https://github.com/mrc-ide/mockr RemoteRef: main RemoteSha: 61ff4551e57e5e22ac95006f8b7b38ccf5f0a91a NeedsCompilation: no Packaged: 2026-07-04 07:23:18 UTC; root Author: Kirill Müller [aut, cre] Maintainer: Kirill Müller