Build one module for each version of R, eg 4.3.2, 4.3.3, 4.4.0 etc
Base starting point is a simplfied version of R-Geo containing the required system libraries GDAL, proj etc to enable the packages raster, sp, terra to be installed. Addtional libraries to be added by eri-apps-admin and install.packages()
Install
Use Pacman to install and update packages as required, link here gives example function for various install options. Base funstion will install from CRAN and Bioconductor.
pacman examples
Simplification of R Modules.
Build one module for each version of R, eg 4.3.2, 4.3.3, 4.4.0 etc
Base starting point is a simplfied version of R-Geo containing the required system libraries GDAL, proj etc to enable the packages
raster, sp, terra
to be installed. Addtional libraries to be added byeri-apps-admin
and install.packages()Install
Use Pacman to install and update packages as required, link here gives example function for various install options. Base funstion will install from CRAN and Bioconductor. pacman examples
Fails
DESeq2 failed. Exit, Purge, Reload and install
SparseArray, DelayedArray, SummarizedExperiment, DESeq2
BiocManager::install("DESeq2")