Current code

This commit is contained in:
root
2022-08-08 11:04:40 +02:00
parent a586d3f63d
commit 68a2b0f767
3 changed files with 66 additions and 1 deletions

6
Rprofile.site Normal file
View File

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