mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
fix to setup renv
This commit is contained in:
parent
31c6994ce3
commit
459f3b0b3c
3 changed files with 8 additions and 6 deletions
10
.Rprofile
10
.Rprofile
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue