Comment out renv activation in .Rprofile

This commit is contained in:
gnoblet 2025-07-02 13:04:29 +02:00
parent ef0de46969
commit 08ef592649

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(renv.config.pak.enabled = TRUE)