Rprofile (249B)
1 local({ 2 repos <- c(CRAN = "https://cran.case.edu") 3 if (.Platform$OS.type == "windows") { 4 repos["CRANextra"] <- "https://www.stats.ox.ac.uk/pub/RWin" 5 } 6 options(repos = c(repos, getOption("repos"))) 7 options(browser = "reload_html") 8 }) 9