From b586e731d35d3dab5d2279b54e1c6851f2019a55 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 20 Mar 2023 13:50:57 +0100 Subject: [PATCH] Change the lib path again. --- jupyter-Rprofile.site | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jupyter-Rprofile.site b/jupyter-Rprofile.site index 96c98c1..69597e1 100644 --- a/jupyter-Rprofile.site +++ b/jupyter-Rprofile.site @@ -24,11 +24,9 @@ print(paste("If you need some packages permanently installed in Rstudio,")) print(paste("please contact your VRE manager.")) print(paste("R packages may also be installed directly by using the R console.")) print(paste("Those packages can be made permanent installing them into your home directory.")) -print(paste("You have to create a directory, eg '~/R_libs/4.1'")) +print(paste("You have to create a directory, eg '~/R/x86_64-pc-linux-gnu-library/4.1'")) print(paste("and then install the packages in the following way:")) -print(paste("install.packages('pkg_name', lib='~/R_libs/4.1')")) -print(paste("Then load it using")) -print(paste("library('pkg_name', lib='~/R_libs/4.1')")) +print(paste("install.packages('pkg_name', lib='~/R/x86_64-pc-linux-gnu-library/4.1')")) print(paste("Please keep in mind that those packages are only compatible")) print(paste("with the R version they are build against.")) print(paste("***********************************************"))