REDCapCAST/.Rprofile

14 lines
256 B
R
Raw Normal View History

2024-01-17 13:54:38 +01:00
options(
renv.settings.snapshot.type = "explicit",
renv.config.auto.snapshot = TRUE,
2024-02-27 12:43:54 +01:00
renv.config.pak.enabled = TRUE,
rmarkdown.html_vignette.check_title = FALSE
2024-01-17 13:54:38 +01:00
)
2024-02-27 12:43:54 +01:00
2024-01-17 13:54:38 +01:00
source("renv/activate.R")
if (interactive()) {
suppressMessages(require(usethis))
}