gnu: Add r-rorcid.

* gnu/packages/cran.scm (r-rorcid): New variable.
This commit is contained in:
zimoun 2022-11-17 00:45:06 +01:00 committed by Ricardo Wurmus
parent 3d073b86d3
commit 176fd3b052
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -709,6 +709,33 @@ (define-public r-proj4
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")