21321: Use CRAN cloud redirect 21321-cran-mirror
authorBrett Smith <brett.smith@curii.com>
Thu, 15 Feb 2024 22:09:07 +0000 (17:09 -0500)
committerBrett Smith <brett.smith@curii.com>
Thu, 15 Feb 2024 22:09:07 +0000 (17:09 -0500)
The wustl.edu mirror has been unreliable lately, sending incomplete
packages and causing test run failures. The hope is that this will be
more reliable.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

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")
 }