Skip to content
Snippets Groups Projects

Remove R read-only home notice.

Merged Adam Caprez requested to merge r-inst-ro into master
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -18,12 +18,6 @@ There are two options to install packages. The first is to run R on the
login node and run R interactively to install packages. The second is to
use the `R CMD INSTALL` command.
{{% notice info %}}
All R packages must be installed from the login node. R libraries are
stored in user's home directories which are not writable from the worker
nodes.
{{% /notice %}}
#### Installing packages interactively
1. Load the R module with the command `module load R`
Loading