We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20e968 commit 6c2db9cCopy full SHA for 6c2db9c
1 file changed
scripts/install-r-packages.sh
@@ -17,8 +17,8 @@ fi
17
# Main script execution as NB_USER
18
echo "Running install-r-packages.sh as ${NB_USER}"
19
20
-# Make sure we install to the System library
21
-echo '.libPaths(.Library)' > /tmp/rprofile.site
+# Make sure we install to the site-library
+echo ".libPaths('${R_HOME}/site-library')" > /tmp/rprofile.site
22
export R_PROFILE=/tmp/rprofile.site
23
24
# Set the file variable to the provided argument
0 commit comments