options(Ncpus = 6L)
install.packages("remotes")
remotes::install_github("r-lib/revdepcheck")
## Used by R itself
$ revdep/run.R --preinstall RCurl XML
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
The following packages will fail when tested in 'offline' mode because their examples or tests require a working internet connection:
The following packages will fail when tested in parallel, because they compete with themselves for resources. For example, several Bioconductor package assumes their BiocFileCache folder is empty, or no other R processes are writing to it at the same time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.