add .Rprofile

- use manylinux repo
- renv use pak
This commit is contained in:
gnoblet 2025-07-01 19:41:40 +02:00
parent 129834af5d
commit 3df1d990ec

3
.Rprofile Normal file
View file

@ -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)