fixed some typos authored by van Vliet's avatar van Vliet
...@@ -1686,6 +1686,14 @@ You can load R with one of the modules: ...@@ -1686,6 +1686,14 @@ You can load R with one of the modules:
* statistical/R/3.6.2/gcc.8.3.1 * statistical/R/3.6.2/gcc.8.3.1
* statistical/R/4.0.2/gcc.8.3.1 * statistical/R/4.0.2/gcc.8.3.1
#### R environment
You can set your R environment in the file:
* $HOME/.Renviron
In here, you can set, for example, the location of your R packages:
R_LIBS_USER=/some/path
#### R package management #### R package management
Local R packages are installed in: Local R packages are installed in:
... ...
......