1
0
mirror of https://github.com/agdamsbo/REDCapCAST.git synced 2025-04-03 06:32:33 +02:00

14 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))
}