unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Wiktor Żelazny" <wz@freeshell.de>
To: 37602@debbugs.gnu.org
Subject: [bug#37602] [PATCH] gnu: Add r-oai.
Date: Thu,  3 Oct 2019 15:51:30 +0200	[thread overview]
Message-ID: <20191003135130.12579-1-wz@freeshell.de> (raw)

From: Wiktor Żelazny <wzelazny@vurv.cz>

* 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

             reply	other threads:[~2019-10-03 13:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-03 13:51 Wiktor Żelazny [this message]
2020-03-21 20:18 ` bug#37602: [PATCH] gnu: Add r-oai Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191003135130.12579-1-wz@freeshell.de \
    --to=wz@freeshell.de \
    --cc=37602@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).