diff --git a/.Rprofile b/.Rprofile new file mode 100644 index 0000000..4be44ff --- /dev/null +++ b/.Rprofile @@ -0,0 +1,3 @@ +# source("renv/activate.R") +options(repos = c(CRAN = "https://p3m.dev/cran/__linux__/manylinux_2_28/latest")) +options(renv.config.pak.enabled = TRUE)