X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/blobdiff_plain/091d6360b362d4177f979aad98b29c678b4471d5..b05deaf801081cdaca15a8eac692a517f32ac02f:/R/.Rprofile diff --git a/R/.Rprofile b/R/.Rprofile index c993020..1994dbb 100644 --- a/R/.Rprofile +++ b/R/.Rprofile @@ -2,7 +2,7 @@ options("width"=160) # wide display with multiple monitors options("digits.secs"=3) # show sub-second time stamps r <- getOption("repos") # hard code the AU mirror for CRAN -r["CRAN"] <- "http://cran.csiro.au" +r["CRAN"] <- "https://cran.csiro.au" options(repos = r) rm(r)