R packages
How to install new R packages
Package Installation with the R installed in Sandbox
Special Case: Packages with Pre-downloaded Binary Dependencies
ls -lv /usr/finngen-repos/cran/source/src/contrib/arrow-*.zip | tail -n 1Sys.setenv("ARROW_DOWNLOADED_BINARIES" = "/usr/finngen-repos/cran/source/src/contrib/arrow-<latest-version>.zip") install.packages("/usr/finngen-repos/cran/source/src/contrib/arrow_<latest-version>.tar.gz", source=NULL) install.packages("FinnGenUtilsR")
Package Installation with the R Lmod modules in Sandbox
Listing Installed R packages

Create reproducible environments with renv
Last updated
Was this helpful?