Current code
This commit is contained in:
6
Rprofile.site
Normal file
6
Rprofile.site
Normal 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)
|
||||
})
|
||||
Reference in New Issue
Block a user