bunch of config files

This commit is contained in:
2024-03-30 01:19:14 +01:00
parent b9262745cb
commit a1354d13fd
6 changed files with 120 additions and 4 deletions

6
.Rprofile Normal file
View File

@ -0,0 +1,6 @@
# Default CRAN repository
local({
r <- getOption("repos")
r["CRAN"] <- "https://cran.r-project.org"
options(repos=r)
})