From a612b00f1daf4fbb282814b0b16dc07f67f233aa Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Wed, 5 Jan 2022 17:33:24 -0600 Subject: [PATCH] Remove R read-only home notice. --- content/applications/user_software/r_packages.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/applications/user_software/r_packages.md b/content/applications/user_software/r_packages.md index aa9e06a1..56e0623f 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` -- GitLab