REDCapCAST/.Rprofile

14 lines
270 B
R
Raw Normal View History

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