[arvados] created: 2.7.0-6030-g30a07d66f7

git repository hosting git at public.arvados.org
Thu Feb 15 22:10:57 UTC 2024


        at  30a07d66f784564de0817dd5fae7a82f5a3928b1 (commit)


commit 30a07d66f784564de0817dd5fae7a82f5a3928b1
Author: Brett Smith <brett.smith at curii.com>
Date:   Thu Feb 15 17:09:07 2024 -0500

    21321: Use CRAN cloud redirect
    
    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 at curii.com>

diff --git a/sdk/R/install_deps.R b/sdk/R/install_deps.R
index 377e81f870..4e6c5c88f4 100644
--- a/sdk/R/install_deps.R
+++ b/sdk/R/install_deps.R
@@ -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")
 }

commit 561561ecadfa2fc2ed36aaf09bb98be382051e7b
Author: Brett Smith <brett.smith at curii.com>
Date:   Thu Feb 15 17:07:04 2024 -0500

    21361: Remove dependency pin for Debian 10
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/sdk/R/install_deps.R b/sdk/R/install_deps.R
index 6c33f97913..377e81f870 100644
--- a/sdk/R/install_deps.R
+++ b/sdk/R/install_deps.R
@@ -16,10 +16,7 @@ if (!requireNamespace("markdown")) {
   install.packages("markdown")
 }
 if (!requireNamespace("XML")) {
-  # XML 3.99-0.4 depends on R >= 4.0.0, but we run tests on debian
-  # stable (10) with R 3.5.2 so we install an older version from
-  # source.
-  install.packages("https://cran.r-project.org/src/contrib/Archive/XML/XML_3.99-0.3.tar.gz", repos=NULL, type="source")
+  install.packages("XML")
 }
 
 devtools::install_dev_deps()

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list