Package: mockr Title: Mocking in R Version: 0.2.2.9010 Date: 2026-05-24 Authors@R: person(given = "Kirill", family = "M\u00fcller", role = c("aut", "cre"), email = "kirill@cynkra.com") 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: MIT + file LICENSE 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) Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-05-24 01:27:56 UTC RemoteUrl: https://github.com/krlmlr/mockr RemoteRef: HEAD RemoteSha: e063f6bcb450419368569d3d27ec2e6218fd6958 NeedsCompilation: no Packaged: 2026-06-23 05:49:22 UTC; root Author: Kirill Müller [aut, cre] Maintainer: Kirill Müller