mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
6 lines
172 B
R
6 lines
172 B
R
# Force source installs for packages with compiled code
|
|
options(renv.config.install.staged = FALSE)
|
|
Sys.setenv(RENV_DOWNLOAD_METHOD = "libcurl")
|
|
|
|
source("renv/activate.R")
|