mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
new version 2023.12.1 with two bug fixes and a new wrapper function
This commit is contained in:
parent
085aa9de62
commit
31c6994ce3
17 changed files with 2042 additions and 12 deletions
10
.Rprofile
Normal file
10
.Rprofile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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