Source: r-cran-mockr Section: gnu-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-mockr Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-mockr.git Homepage: https://cran.r-project.org/package=mockr Standards-Version: 4.6.2 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-rlang, r-cran-withr Testsuite: autopkgtest-pkg-r Package: r-cran-mockr Architecture: all Depends: ${R:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: mocking in GNU R Provides a means to mock a package function, i.e., temporarily substitute it for testing. Designed as a drop-in replacement for 'testthat::with_mock()', which may break in R 3.4.0 and later.