R - UCL/ECON-CLUSTER GitHub Wiki
Starting R
To start the command line version of R-3.4.2
module load gcc/6.2.1
module load R/3.4.2
R
-
Note. If a different version of gcc is loaded, you must unload it before typing the above commands. For example,
module unload gcc
Package installation failed
If package installation fails, try the following:
-
create new file
~/.R/Makevars
with the following contentCFLAGS = -std=gnu99