Package: mockr 0.2.1.9021

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.9021.tar.gz
mockr_0.2.1.9021.zip(r-4.5)mockr_0.2.1.9021.zip(r-4.4)mockr_0.2.1.9021.zip(r-4.3)
mockr_0.2.1.9021.tgz(r-4.4-any)mockr_0.2.1.9021.tgz(r-4.3-any)
mockr_0.2.1.9021.tar.gz(r-4.5-noble)mockr_0.2.1.9021.tar.gz(r-4.4-noble)
mockr_0.2.1.9021.tgz(r-4.4-emscripten)mockr_0.2.1.9021.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:

8.13 score 18 stars 37 scripts 13k downloads 3 exports 2 dependencies

Last updated 2 hours agofrom:07bb292097. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 22 2024
R-4.5-winOKNov 22 2024
R-4.5-linuxOKNov 22 2024
R-4.4-winOKNov 22 2024
R-4.4-macOKNov 22 2024
R-4.3-winOKNov 22 2024
R-4.3-macOKNov 22 2024

Exports:get_mock_envlocal_mockwith_mock

Dependencies:rlangwithr

Mocking with mockr

Rendered frommockr.Rmdusingknitr::rmarkdownon Nov 22 2024.

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