21321: Use CRAN cloud redirect
[arvados.git] / sdk / R / install_deps.R
index 377e81f870bc941a074c94f4f79f7334aa1548b8..4e6c5c88f4af70c290b0663ad343c0d75bfd30fd 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-options(repos=structure(c(CRAN="http://cran.wustl.edu/")))
+options(repos=structure(c(CRAN="https://cloud.r-project.org/")))
 if (!requireNamespace("devtools")) {
   install.packages("devtools")
 }