mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 10:39:39 +02:00
11 lines
211 B
Text
11 lines
211 B
Text
|
options(
|
||
|
renv.settings.snapshot.type = "explicit",
|
||
|
renv.config.auto.snapshot = TRUE,
|
||
|
renv.config.pak.enabled = TRUE
|
||
|
)
|
||
|
source("renv/activate.R")
|
||
|
|
||
|
if (interactive()) {
|
||
|
suppressMessages(require(usethis))
|
||
|
}
|