jepusto / lmeInfo

Information matrices for fitted nlme::lme and nlme::gls models
https://jepusto.github.io/lmeInfo/
4 stars 3 forks source link

Use suggested packages conditionally #43

Closed jepusto closed 2 years ago

jepusto commented 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.

jepusto commented 2 years ago

You can check whether the package complies with this by running the following:

devtools::check(env_vars = c(`_R_CHECK_DEPENDS_ONLY_` = TRUE))
jepusto commented 2 years ago

Closed with 231c07b