guix-commits
[Top][All Lists]
Advanced

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

06/457: gnu: Add r-rorcid.


From: guix-commits
Subject: 06/457: gnu: Add r-rorcid.
Date: Thu, 24 Nov 2022 06:36:32 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 176fd3b052eb70f780dc797539063cd191b49a53
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 00:45:06 2022 +0100

    gnu: Add r-rorcid.
    
    * gnu/packages/cran.scm (r-rorcid): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ed84855c90..06b3c5daac 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -709,6 +709,33 @@ allows transformation of geographic coordinates from one 
projection and/or
 datum to another.")
     (license license:gpl2)))
 
+(define-public r-rorcid
+  (package
+    (name "r-rorcid")
+    (version "0.7.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "rorcid" version))
+              (sha256
+               (base32
+                "1d0s5w48ksyj152nc4xq5w0nsimab8jc5fgspdwnbas2g8a52igr"))))
+    (properties `((upstream-name . "rorcid")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-crul
+                             r-data-table
+                             r-fauxpas
+                             r-httr
+                             r-jsonlite
+                             r-tibble
+                             r-xml2))
+    (home-page "https://github.com/ropensci/rorcid";)
+    (synopsis "Interface to the @url{Orcid.org, https://orcid.org} API")
+    (description
+     "This package provides an API for @url{Orcid.org, https://orcid.org}.
+Functions include searching for people, searching by DOI, or searching by
+Orcid ID.")
+    (license license:expat)))
+
 (define-public r-waldo
   (package
     (name "r-waldo")



reply via email to

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