Package: mockr 0.2.1.9016

mockr: Mocking in R

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:Kirill Müller [aut, cre]

mockr_0.2.1.9016.tar.gz
mockr_0.2.1.9016.zip(r-4.5)mockr_0.2.1.9016.zip(r-4.4)mockr_0.2.1.9016.zip(r-4.3)
mockr_0.2.1.9016.tgz(r-4.4-any)mockr_0.2.1.9016.tgz(r-4.3-any)
mockr_0.2.1.9016.tar.gz(r-4.5-noble)mockr_0.2.1.9016.tar.gz(r-4.4-noble)
mockr_0.2.1.9016.tgz(r-4.4-emscripten)mockr_0.2.1.9016.tgz(r-4.3-emscripten)
mockr.pdf |mockr.html
mockr/json (API)
NEWS

# Install 'mockr' in R:
install.packages('mockr', repos = c('https://krlmlr.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/krlmlr/mockr/issues

On CRAN:

3 exports 18 stars 2.91 score 2 dependencies 35 scripts 12.6k downloads

Last updated 8 days agofrom:9dea3faead. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 05 2024
R-4.5-winOKSep 05 2024
R-4.5-linuxOKSep 05 2024
R-4.4-winOKSep 05 2024
R-4.4-macOKSep 05 2024
R-4.3-winOKSep 05 2024
R-4.3-macOKSep 05 2024

Exports:get_mock_envlocal_mockwith_mock

Dependencies:rlangwithr

Mocking with mockr

Rendered frommockr.Rmdusingknitr::rmarkdownon Sep 05 2024.

Last update: 2023-10-09
Started: 2020-12-18