diff --git a/content/applications/user_software/r_packages.md b/content/applications/user_software/r_packages.md index aa9e06a138d8c058a90eb95f04dbab2cb90bd89c..56e0623f891e21bd25de986a48f5bd7f0f3bb27a 100644 --- a/content/applications/user_software/r_packages.md +++ b/content/applications/user_software/r_packages.md @@ -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`