Model for extreme and moderate precipitation
devtools::install_github("chloesrcb/generain")
or
remotes::install_github('chloesrcb/generain')
library(generain)
module load R
module load gdal
module load proj
Previously upload RandomFields archive and RandomFieldsUtils archive.
Rscript -e "install.packages('remotes')"
Rscript -e "install.packages(pkgs = 'RandomFields_3.3.14.tar.gz', type='source', repos=NULL)"
Rscript -e "install.packages(pkgs = 'RandomFieldsUtils_1.2.5.tar.gz', type='source', repos=NULL)"
Rscript -e "remotes::install_github('chloesrcb/generain')"