Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 760 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 760 Bytes

singularity-r

https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg

Singularity recipes for base-images containing R.

  • R is installed from source which is downloaded from CRAN (Comprehensive R Archive Network).
  • Packages needed to build R and those needed to run R like gfortran, g++ and gcc are installed through the debian repositories via apt-get install.
  • At the end of the build process the images is cleaned up by:
    • removing packages only needed for the build,
    • removing the package cache,
    • removing downloaded files used for the build.