mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
fix to setup renv
This commit is contained in:
parent
31c6994ce3
commit
459f3b0b3c
10
.Rprofile
10
.Rprofile
@ -1,8 +1,8 @@
|
|||||||
options(
|
#options(
|
||||||
renv.settings.snapshot.type = "explicit",
|
# renv.settings.snapshot.type = "explicit",
|
||||||
renv.config.auto.snapshot = TRUE,
|
# renv.config.auto.snapshot = TRUE,
|
||||||
renv.config.pak.enabled = TRUE
|
# renv.config.pak.enabled = TRUE
|
||||||
)
|
#)
|
||||||
source("renv/activate.R")
|
source("renv/activate.R")
|
||||||
|
|
||||||
if (interactive()) {
|
if (interactive()) {
|
||||||
|
@ -26,6 +26,7 @@ ds
|
|||||||
et
|
et
|
||||||
immprovements
|
immprovements
|
||||||
jbi
|
jbi
|
||||||
|
keyring
|
||||||
mRS
|
mRS
|
||||||
matadata
|
matadata
|
||||||
md
|
md
|
||||||
@ -37,5 +38,6 @@ redcapcast
|
|||||||
stRoke
|
stRoke
|
||||||
strsplit
|
strsplit
|
||||||
thorugh
|
thorugh
|
||||||
|
tibble
|
||||||
tidyverse
|
tidyverse
|
||||||
uri
|
uri
|
||||||
|
@ -3,7 +3,7 @@ local({
|
|||||||
|
|
||||||
# the requested version of renv
|
# the requested version of renv
|
||||||
version <- "1.0.3"
|
version <- "1.0.3"
|
||||||
attr(version, "sha") <- "1.0.3"
|
attr(version, "sha") <- NULL
|
||||||
|
|
||||||
# the project directory
|
# the project directory
|
||||||
project <- getwd()
|
project <- getwd()
|
||||||
|
Loading…
Reference in New Issue
Block a user