[ARVADOS] updated: 1.3.0-2768-g9d977a7ea

Git user git at public.arvados.org
Tue Jul 7 14:52:30 UTC 2020


Summary of changes:
 sdk/R/install_deps.R | 6 ++++++
 1 file changed, 6 insertions(+)

       via  9d977a7eae2fb2dd8556ae2391b21b22d28a2ff0 (commit)
      from  63bcdd653f111d752ec11ccb3ab58ee5150478d5 (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 9d977a7eae2fb2dd8556ae2391b21b22d28a2ff0
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Tue Jul 7 10:51:31 2020 -0400

    Install old version of XML package from source.
    
    refs #16586
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/sdk/R/install_deps.R b/sdk/R/install_deps.R
index 593129bb3..6c33f9791 100644
--- a/sdk/R/install_deps.R
+++ b/sdk/R/install_deps.R
@@ -15,5 +15,11 @@ if (!requireNamespace("knitr")) {
 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")
+}
 
 devtools::install_dev_deps()

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list