Bureaucrats, cc_docs_admin, cc_staff
2,321
edits
Line 6: | Line 6: | ||
== The R interpreter == | == The R interpreter == | ||
You need to begin by loading an R module; there will typically be several versions available | 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 | ||
{{Command | {{Command | ||
|module | |module spider r | ||
}} | }} | ||
You can load a particular R module using a command like | You can load a particular R module using a command like | ||
Line 14: | Line 14: | ||
|module load r/3.3.2 | |module load r/3.3.2 | ||
}} | }} | ||
and with R now loaded in your environment, you can start the R interpreter | and with R now loaded in your environment, you can start the R interpreter and type R code inside that environment: | ||
{{Command | {{Command | ||
|R | |R |