Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NCI-data-analysis module provides many popular R packages for users to run their R script or Jupyter notebook directly. You can check all available  R packages via the following command (Please replace <version> to an available version )

module use /g/data/dk92/apps/Modules/modulefiles
module load NCI-data-analysis/<version>
R -e 'installed.packages()'

...