Installing R dependencies
-
Load R module
-
to know which R packages are installed, under R :
-
Define the directory where you want to store the R packages you want to add. You can add this variable to your
.bashrc
file. -
Launch R interpreter
-
Install your packages in R interpreter
Important
Never change the path in the variable R_LIBS
because you will lose access to all the packages installed by default.