From 3df1d990ec895d97ef8d0344e29869076a8fbad2 Mon Sep 17 00:00:00 2001 From: gnoblet Date: Tue, 1 Jul 2025 19:41:40 +0200 Subject: [PATCH] add .Rprofile - use manylinux repo - renv use pak --- .Rprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .Rprofile 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)