Closed jepusto closed 2 years ago
Unit tests need to be skipped if suggested packages are not available. Similarly, vignettes and examples need to run even if suggested packages are not available.
You can check whether the package complies with this by running the following:
devtools::check(env_vars = c(`_R_CHECK_DEPENDS_ONLY_` = TRUE))
Closed with 231c07b
Unit tests need to be skipped if suggested packages are not available. Similarly, vignettes and examples need to run even if suggested packages are not available.