Closed trevorld closed 2 years ago
Can test by setting _R_CHECK_DEPENDS_ONLY_ environmental variable to "true" before R CMD check. NB. CRAN allows assumption that {testthat} is present even if in Suggests...
_R_CHECK_DEPENDS_ONLY_
R CMD check
{testthat}
Suggests
Sys.setenv("_R_CHECK_DEPENDS_ONLY_"="true") check()
Can test by setting
_R_CHECK_DEPENDS_ONLY_
environmental variable to "true" beforeR CMD check
. NB. CRAN allows assumption that{testthat}
is present even if inSuggests
...