gnu: Add r-xmlparsedata.

* gnu/packages/cran.scm (r-xmlparsedata): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Nicolò Balzarotti 2019-12-11 09:19:47 +01:00 committed by Ricardo Wurmus
parent 5d387030e8
commit f00da07471
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -14719,6 +14719,27 @@ they are often difficult to interpret. Rex allows you to build complex
regular expressions from human readable expressions")
(license license:expat)))
(define-public r-xmlparsedata
(package
(name "r-xmlparsedata")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "xmlparsedata" version))
(sha256
(base32
"0gjr3l5z5dp276lchr2649as1rkj56d2mlvbr66yg393zzw50lsh"))))
(properties `((upstream-name . "xmlparsedata")))
(build-system r-build-system)
(home-page "https://github.com/r-lib/xmlparsedata#readme")
(synopsis "Parse data of @code{R} code as an @code{XML} tree")
(description
"This package provides tools to convert the output of
@code{utils::getParseData()} to an @code{XML} tree, that one can search via
@code{XPath}, and is easier to manipulate in general.")
(license license:expat)))
(define-public r-sctransform
(package
(name "r-sctransform")