Use secure URL for CRAN.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Tue, 14 Apr 2020 11:00:19 +0000 (19:00 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Tue, 14 Apr 2020 11:00:19 +0000 (19:00 +0800)
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
 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)
 
 options(repos = r)
 rm(r)