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) +