mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 05:20:23 +01:00
14 lines
270 B
R
14 lines
270 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))
|
|
}
|