guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add r-xmlparsedata.


From: guix-commits
Subject: 02/02: gnu: Add r-xmlparsedata.
Date: Wed, 11 Dec 2019 06:06:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f00da07471d3f1e01df07cb1af970faf50e6d622
Author: Nicolò Balzarotti <address@hidden>
Date:   Wed Dec 11 09:19:47 2019 +0100

    gnu: Add r-xmlparsedata.
    
    * gnu/packages/cran.scm (r-xmlparsedata): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 839f636..b3bde41 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]