mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-21 20:40:22 +01:00
11 lines
211 B
R
11 lines
211 B
R
|
options(
|
||
|
renv.settings.snapshot.type = "explicit",
|
||
|
renv.config.auto.snapshot = TRUE,
|
||
|
renv.config.pak.enabled = TRUE
|
||
|
)
|
||
|
source("renv/activate.R")
|
||
|
|
||
|
if (interactive()) {
|
||
|
suppressMessages(require(usethis))
|
||
|
}
|