add renv for library handling

This commit is contained in:
2025-11-24 18:11:17 -05:00
parent 6cedf35ce7
commit 4ae56e0000
5 changed files with 8293 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Force source installs for packages with compiled code
options(renv.config.install.staged = FALSE)
Sys.setenv(RENV_DOWNLOAD_METHOD = "libcurl")
source("renv/activate.R")