guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: Add r-oai.


From: guix-commits
Subject: 05/07: gnu: Add r-oai.
Date: Sat, 21 Mar 2020 16:38:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3ac12ca61bbe887f2ebc8cfbf9b09a179f30a849
Author: Wiktor Żelazny <address@hidden>
AuthorDate: Thu Oct 3 15:51:30 2019 +0200

    gnu: Add r-oai.
    
    * gnu/packages/cran.scm (r-oai): new variable.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f56c388..4c2ea9f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20884,3 +20884,29 @@ appropriate dog and cat images for many status codes.")
 R's plotmath expressions, used to enter mathematical formulas and symbols to be
 rendered as text, axis labels, etc. throughout R's plotting system.")
     (license license:expat)))
+
+(define-public r-oai
+  (package
+    (name "r-oai")
+    (version "0.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "oai" version))
+              (sha256
+               (base32
+                "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-xml2" ,r-xml2)
+       ("r-httr" ,r-httr)
+       ("r-plyr" ,r-plyr)
+       ("r-stringr" ,r-stringr)
+       ("r-tibble" ,r-tibble)))
+    (home-page "https://github.com/ropensci/oai/";)
+    (synopsis "General purpose OAI-PMH services client")
+    (description "@code{oai} provides a general purpose client to work with
+any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
+service.  Functions are provided to work with the OAI-PMH verbs:
+@code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
+@code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
+    (license license:expat)))



reply via email to

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