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