From 08ef592649b6a8b43f8763c79274e773b47fa0f5 Mon Sep 17 00:00:00 2001 From: gnoblet Date: Wed, 2 Jul 2025 13:04:29 +0200 Subject: [PATCH] Comment out renv activation in .Rprofile --- .Rprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Rprofile b/.Rprofile index 5dd12ed..4be44ff 100644 --- a/.Rprofile +++ b/.Rprofile @@ -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)