21361: Remove dependency pin for Debian 10
authorBrett Smith <brett.smith@curii.com>
Thu, 15 Feb 2024 22:07:04 +0000 (17:07 -0500)
committerBrett Smith <brett.smith@curii.com>
Thu, 15 Feb 2024 22:07:04 +0000 (17:07 -0500)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

sdk/R/install_deps.R

index 6c33f97913f83aaeaebf392fec740ba9f9d0d98a..377e81f870bc941a074c94f4f79f7334aa1548b8 100644 (file)
@@ -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()