r-xml: updated url and added version 3.98-1.9 (#5466)

* r-xml: updated url and added version 3.98-1.9

* Update package.py
This commit is contained in:
Yifan Zhu 2017-09-25 17:46:01 -05:00 committed by Christoph Junghans
parent 8f0fbb4e11
commit 111c216fb7

View File

@ -30,9 +30,10 @@ class RXml(RPackage):
(including DTDs), both local and accessible via HTTP or FTP. Also offers (including DTDs), both local and accessible via HTTP or FTP. Also offers
access to an 'XPath' "interpreter".""" access to an 'XPath' "interpreter"."""
homepage = "http://www.omegahat.net/RSXML" homepage = "https://cran.r-project.org/web/packages/XML/index.html"
url = "https://cran.r-project.org/src/contrib/XML_3.98-1.4.tar.gz" url = "https://cran.r-project.org/src/contrib/XML_3.98-1.9.tar.gz"
list_url = homepage
version('3.98-1.9', '70dd9d711cf3cbd218eb2b870aee9503')
version('3.98-1.5', 'd1cfcd56f7aec96a84ffca91aea507ee') version('3.98-1.5', 'd1cfcd56f7aec96a84ffca91aea507ee')
version('3.98-1.4', '1a7f3ce6f264eeb109bfa57bedb26c14') version('3.98-1.4', '1a7f3ce6f264eeb109bfa57bedb26c14')