emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#37602: closed ([PATCH] gnu: Add r-oai.)


From: GNU bug Tracking System
Subject: bug#37602: closed ([PATCH] gnu: Add r-oai.)
Date: Sat, 21 Mar 2020 20:20:01 +0000

Your message dated Sat, 21 Mar 2020 21:18:57 +0100
with message-id <address@hidden>
and subject line Re: [bug#37602] [PATCH] gnu: Add r-oai.
has caused the debbugs.gnu.org bug report #37602,
regarding [PATCH] gnu: Add r-oai.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37602: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37602
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-oai. Date: Thu, 3 Oct 2019 15:51:30 +0200
From: Wiktor Żelazny <address@hidden>

* gnu/packages/cran.scm (r-oai): new variable.
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3a9a605efe..479f5f4e46 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15637,3 +15637,29 @@ unique identifiers, and whether it is a certain 
length.  In addition,
 files and to efficiently import multiple tabular data files into one
 data.table.")
     (license license:gpl3)))
+
+(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)))
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37602] [PATCH] gnu: Add r-oai. Date: Sat, 21 Mar 2020 21:18:57 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Wiktor Żelazny <address@hidden> writes:

> From: Wiktor Żelazny <address@hidden>
>
> * gnu/packages/cran.scm (r-oai): new variable.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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