R: Difference between revisions

3 bytes added ,  3 years ago
no edit summary
(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/3.6.0
|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 3.3.3 (2017-03-06) -- "Another Canoe"
R version 4.0.2 (2020-06-22) -- "Taking Off Again"
Copyright (C) 2017 The R Foundation for Statistical Computing
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/7.3.0 r/3.6.0             # Adjust version and add the gcc module used for installing packages.
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
Bureaucrats, cc_docs_admin, cc_staff
2,306

edits