guix-commits
[Top][All Lists]
Advanced

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

05/36: gnu: Add r-xml.


From: Ricardo Wurmus
Subject: 05/36: gnu: Add r-xml.
Date: Thu, 07 Jan 2016 16:19:04 +0000

rekado pushed a commit to branch master
in repository guix.

commit 543ded36191aa0027c446c4320a72d559a0203d5
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 18 14:03:26 2015 +0100

    gnu: Add r-xml.
    
    * gnu/packages/statistics.scm (r-xml): New variable.
---
 gnu/packages/statistics.scm |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0dd3a4f..e9ad4d2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1551,3 +1551,28 @@ supporting FTP/FTPS/TFTP (uploads and downloads), 
SSL/HTTPS, telnet, dict,
 ldap, and also supports cookies, redirects, authentication, etc.")
     (license license:bsd-3)))
 
+(define-public r-xml
+  (package
+    (name "r-xml")
+    (version "3.98-1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "XML" version))
+              (sha256
+               (base32
+                "0j9ayp8a35g0227a4zd8nbmvnbfnj5w687jal6qvj4lbhi3va7sy"))))
+    (properties
+     `((upstream-name . "XML")))
+    (build-system r-build-system)
+    (inputs
+     `(("libxml2" ,libxml2)))
+    (propagated-inputs
+     `(("r-rcurl" ,r-rcurl)))
+    (home-page "http://www.omegahat.org/RSXML";)
+    (synopsis "Tools for parsing and generating XML within R")
+    (description
+     "Many approaches for both reading and creating XML (and HTML)
+documents (including DTDs), both local and accessible via HTTP or FTP.  Also
+offers access to an XPath \"interpreter\".")
+    (license license:bsd-2)))
+



reply via email to

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