Use secure URL for CRAN.
[Dotty.git] / R / .Rprofile
index c9930201876ed10b72b7f15f15fc8930e24f0a77..1994dbb3374674c51a2b1bfe79ee1a622b712d6b 100644 (file)
@@ -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)