diff --git a/.Rprofile b/.Rprofile index 22a9f55..bdf91f9 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1,8 +1,8 @@ -options( - renv.settings.snapshot.type = "explicit", - renv.config.auto.snapshot = TRUE, - renv.config.pak.enabled = TRUE -) +#options( +# renv.settings.snapshot.type = "explicit", +# renv.config.auto.snapshot = TRUE, +# renv.config.pak.enabled = TRUE +#) source("renv/activate.R") if (interactive()) { diff --git a/inst/WORDLIST b/inst/WORDLIST index f606009..a37e7fd 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -26,6 +26,7 @@ ds et immprovements jbi +keyring mRS matadata md @@ -37,5 +38,6 @@ redcapcast stRoke strsplit thorugh +tibble tidyverse uri diff --git a/renv/activate.R b/renv/activate.R index 45b9da1..cb5401f 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -3,7 +3,7 @@ local({ # the requested version of renv version <- "1.0.3" - attr(version, "sha") <- "1.0.3" + attr(version, "sha") <- NULL # the project directory project <- getwd()