Package: rorcid
Title: Interface to the 'Orcid.org' API
Description: Client for the 'Orcid.org' API (<https://orcid.org/>).
    Functions included for searching for people, searching by 'DOI',
    and searching by 'Orcid' 'ID'.
Version: 0.7.0
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
