Skip to content

v0.1

Compare
Choose a tag to compare
@krlmlr krlmlr released this 29 Apr 13:24
· 234 commits to main since this release

Initial CRAN release.

  • with_mock() modeled closely after testthat::with_mock(), can only mock in the package under test but avoids fiddling with R's internals.
    • The .env argument now can be a character, but using this argument may lead to different results than testthat::with_mock().