Page tree

A set of R packages from the Conda R essentials bundle are installed within the module NCI-Rlibs. This contains around 80 of the most popular scientific R packages that have been built with R/4.0.0 and intel-compiler/2019.5.281. 

To run NCI-Rlibs with the R/4.0.0 module:

$ module use /g/data/dk92/apps/Modules/modulefiles
$ module load NCI-Rlibs/2021.09


To access NCI-Rlibs together with the NCI-data-analysis module:

$ module use /g/data/dk92/apps/Modules/modulefiles  
$ module load NCI-data-analysis/2021.09  NCI-Rlibs/2021.09


To view the installed R packages, run the following command in an R console after loading the NCI-Rlibs module:

> installed.packages()

  • No labels