From cdad07478fe6a84b65568fe4ebd26bab8157aaaf Mon Sep 17 00:00:00 2001 From: G Date: Mon, 21 Aug 2023 16:53:36 +0100 Subject: [PATCH] update --- .Rprofile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.Rprofile b/.Rprofile index e025330..06eb897 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1,9 +1,11 @@ # Sys.getenv("R_LIBS_USER") # .libPaths(c( Sys.getenv("R_LIBS_USER") , .libPaths())) -.libPaths(Sys.getenv("R_LIBS_USER")) +# .libPaths(Sys.getenv("R_LIBS_USER")) +R_LIBS_SITE=Sys.getenv("R_LIBS_USER") # Install packages on local user library options(repos = c(CRAN = "https://packagemanager.rstudio.com/all/__linux__/jammy/latest")) # TO avoid error: Error: Input files not all in same directory, please supply # explicit wd options(bookdown.render.file_scope = FALSE) +