visualizeR/.Rprofile
gnoblet 3df1d990ec add .Rprofile
- use manylinux repo
- renv use pak
2025-07-01 19:41:40 +02:00

3 lines
150 B
R

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