Enable renv activation in .Rprofile

This commit is contained in:
gnoblet 2025-07-02 12:00:51 +02:00
parent 5ffc75387a
commit 7b8a01593f

View file

@ -1,3 +1,3 @@
# source("renv/activate.R") source("renv/activate.R")
options(repos = c(CRAN = "https://p3m.dev/cran/__linux__/manylinux_2_28/latest")) options(repos = c(CRAN = "https://p3m.dev/cran/__linux__/manylinux_2_28/latest"))
options(renv.config.pak.enabled = TRUE) options(renv.config.pak.enabled = TRUE)