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.

## Needed by some packages to be tested (identified by trial and error)
$ revdep/run.R --preinstall Rsamtools sf

## Update current crancache
$ revdep/run.R --preinstall-update

## OpenMx needed by semtree (gcc >= 4.9.3)
$ scl enable devtoolset-6 "revdep/run.R --preinstall OpenMx"

## Rfast needed by IMIFA and obfuscatoR (gcc 6.3.1)
## (https://github.com/RfastOfficial/Rfast/issues/8#issuecomment-586522490)
$ scl enable devtoolset-6 "revdep/run.R --preinstall Rfast"

## RccpAlgos needed by ImpactEffectsize (gcc 5.3.1)
## (https://github.com/jwood000/RcppAlgos/issues/10)
$ scl enable devtoolset-4 "revdep/run.R --preinstall RcppAlgos"

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

Testing

Package with spurious port errors

Packages that timed out (> 30-minute walltime)

Packages that gave "R CMD check timed out":

Other timeouts:

Packages that depend on oligo

Packages that depend on oligo, which triggers a _R_CHECK_LENGTH_1_LOGIC2 bug in the methods package when testing on R (<= 3.6.2):

Manually pre-installing these might help.

Package that requires Internet

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

The following packages produce errors on "No internet connection using 'localHub=TRUE'":

To check these on a machine with internet access, do:

$ revdep/run.R --add bumphunter crossmeta DeepBlueR Doscheda GAPGOM Pigengene PrecisionTrialDrawer stm STROMA4 yarn AMARETTO biscuiteer DEqMS hipathia MEAL RNAmodR sesame
$ NSLOTS=8 revdep/run.R

Missing dependencies

Package with R_CHECK_LENGTH_1_*_ errors

Packages with installation errors (?!?)



HenrikBengtsson/matrixStats documentation built on April 12, 2024, 5:32 a.m.