revdep/R_FUTURE_CONNECTIONS_ONMISUSE=error/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

Packages that require Internet

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

Packages that fail if tested in parallel

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.



HenrikBengtsson/future documentation built on June 8, 2025, 10:58 p.m.