revdep/notes.md

Notes

Setup

> options(Ncpus = 6L)
> install.packages("remotes")
> remotes::install_github("r-lib/revdepcheck")
## Used by R itself
$ revdep/run.R --preinstall RCurl XML

Pre-installation

In order to run these checks successfully on a machine without internet access, make sure to first populate the 'crancache' cache by pre-installing all packages to be tested plus a few more.

$ scl enable devtoolset-4 "revdep/run.R --preinstall blavaan"

## All packages to be tested
$ revdep/run.R --preinstall-children

Testing

Package that requires Internet

The following packages will fail when tested in 'offline' mode because their examples or tests require a working internet connection:



MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.