mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
minor changes
This commit is contained in:
parent
b63fbbe3c9
commit
a7a416fe1d
9 changed files with 34 additions and 21 deletions
|
|
@ -1,8 +1,11 @@
|
|||
options(
|
||||
renv.settings.snapshot.type = "explicit",
|
||||
renv.config.auto.snapshot = TRUE,
|
||||
renv.config.pak.enabled = TRUE
|
||||
renv.config.pak.enabled = TRUE,
|
||||
rmarkdown.html_vignette.check_title = FALSE
|
||||
)
|
||||
|
||||
|
||||
source("renv/activate.R")
|
||||
|
||||
if (interactive()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue