Translations:R/3/en

From Alliance Doc
Jump to navigation Jump to search

The R interpreter

You need to begin by loading an R module; there will typically be several versions available and you can see a list of all of them using the command

Question.png
[name@server ~]$ module spider r

You can load a particular R module using a command like

Question.png
[name@server ~]$ module load gcc/9.3.0 r/4.0.2

For more on this, see Using modules.