fix to setup renv

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-12-20 09:15:34 +01:00
commit 459f3b0b3c
3 changed files with 8 additions and 6 deletions

View file

@ -1,8 +1,8 @@
options(
renv.settings.snapshot.type = "explicit",
renv.config.auto.snapshot = TRUE,
renv.config.pak.enabled = TRUE
)
#options(
# renv.settings.snapshot.type = "explicit",
# renv.config.auto.snapshot = TRUE,
# renv.config.pak.enabled = TRUE
#)
source("renv/activate.R")
if (interactive()) {