Package: rorcid
Title: Interface to the 'Orcid.org' API
Description: Client for the 'Orcid.org' API ().
Functions included for searching for people, searching by
'DOI', and searching by 'Orcid' 'ID'.
Version: 0.7.1.91
Authors@R:
c(person(given = "Scott",
family = "Chamberlain",
role = c("aut", "cre"),
email = "myrmecocystus@gmail.com",
comment = c(ORCID = "0000-0003-1444-9135")),
person(given = "rOpenSci",
role = "fnd",
comment = "https://ropensci.org/"))
License: MIT + file LICENSE
URL: https://github.com/ropensci/rorcid (devel),
https://docs.ropensci.org/rorcid/ (docs)
BugReports: https://github.com/ropensci/rorcid/issues
LazyLoad: yes
LazyData: true
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: crul (>= 0.7.4), httr, fauxpas (>= 0.2.0), jsonlite (>= 1.6),
xml2 (>= 1.2.0), tibble (>= 2.1.3), data.table
Suggests: testthat, knitr, rcrossref, handlr, httpuv, vcr
RoxygenNote: 7.1.1
X-schema.org-applicationCategory: Literature
X-schema.org-keywords: identifiers, literature, publications,
citations, scholarly, people
X-schema.org-isPartOf: https://ropensci.org
Config/pak/sysreqs: libxml2-dev libssl-dev
Repository: https://kwb-r.r-universe.dev
Date/Publication: 2022-09-09 10:12:58 UTC
RemoteUrl: https://github.com/ropensci/rorcid
RemoteRef: HEAD
RemoteSha: c5bb1f63df5a70155c155255d0b73f2ce1442ba3
NeedsCompilation: no
Packaged: 2026-06-24 14:33:19 UTC; root
Author: Scott Chamberlain [aut, cre] (ORCID:
),
rOpenSci [fnd] (https://ropensci.org/)
Maintainer: Scott Chamberlain