REDCapCAST/.Rprofile

11 lines
218 B
R
Raw Permalink Normal View History

2023-12-20 09:15:34 +01:00
#options(
# renv.settings.snapshot.type = "explicit",
# renv.config.auto.snapshot = TRUE,
# renv.config.pak.enabled = TRUE
#)
2023-12-20 09:23:40 +01:00
# source("renv/activate.R")
if (interactive()) {
suppressMessages(require(usethis))
}