Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
(Marked this version for translation) |
No edit summary |
||
Line 16: | Line 16: | ||
You can load a particular R module using a command like | You can load a particular R module using a command like | ||
{{Command | {{Command | ||
|module load gcc/7.3.0 r/ | |module load gcc/7.3.0 r/4.0.2 | ||
}} | }} | ||
For more on this see [[Utiliser des modules/en|Using modules.]] | For more on this see [[Utiliser des modules/en|Using modules.]] | ||
Line 26: | Line 26: | ||
|R | |R | ||
|result= | |result= | ||
R version | R version 4.0.2 (2020-06-22) -- "Taking Off Again" | ||
Copyright (C) | Copyright (C) 2020 The R Foundation for Statistical Computing | ||
Platform: x86_64-pc-linux-gnu (64-bit) | Platform: x86_64-pc-linux-gnu (64-bit) | ||
Line 79: | Line 79: | ||
#SBATCH --mem-per-cpu=2000M # memory; default unit is megabytes | #SBATCH --mem-per-cpu=2000M # memory; default unit is megabytes | ||
#SBATCH --time=0-00:15 # time (DD-HH:MM) | #SBATCH --time=0-00:15 # time (DD-HH:MM) | ||
module load gcc/ | module load gcc/9.3.0 r/4.0.2 # Adjust version and add the gcc module used for installing packages. | ||
Rscript computation.R | Rscript computation.R |