Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkang committed Aug 21, 2023
1 parent 402ffd7 commit cdad074
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit cdad074

Please sign in to comment.