Files
mybuildagent/Rprofile.site
2022-08-08 11:04:40 +02:00

7 lines
152 B
Plaintext

#set a CRAN mirror
local({r <- getOption("repos")
r["CRAN"] <- "https://cloud.r-project.org/"
options(repos=r)
options(Ncpus=8)
})