[arvados] updated: 2.7.1-29-g99e1f4fa64

git repository hosting git at public.arvados.org
Tue Mar 19 17:14:18 UTC 2024


Summary of changes:
 sdk/R/install_deps.R | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

       via  99e1f4fa64ae6f07ae56af507636f9e588bc3914 (commit)
      from  17c47b18079a893ef46070956e43d5c5dfc1bf2d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 99e1f4fa64ae6f07ae56af507636f9e588bc3914
Author: Brett Smith <brett.smith at curii.com>
Date:   Fri Feb 16 11:42:51 2024 -0500

    Merge branch '21321-cran-mirror'
    
    Refs #21321.
    
    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..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")
 }
@@ -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