mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
renv initiated
This commit is contained in:
parent
fdad86d762
commit
235d940d9f
5 changed files with 1845 additions and 6 deletions
12
.Rprofile
12
.Rprofile
|
|
@ -1,9 +1,9 @@
|
|||
#options(
|
||||
# renv.settings.snapshot.type = "explicit",
|
||||
# renv.config.auto.snapshot = TRUE,
|
||||
# renv.config.pak.enabled = TRUE
|
||||
#)
|
||||
# source("renv/activate.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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue