Package: rdatacite
Type: Package
Title: 'DataCite' Client for 'OAI-PMH' Methods and their Search API
Description: Client for the web service methods provided
    by 'DataCite' (<https://www.datacite.org/>), including functions to interface with
    their 'OAI-PMH' 'metadata' service, and a 'RESTful' search API. The API
    is backed by 'SOLR', allowing expressive queries, including faceting,
    statistics on variables, and 'more-like-this' queries.
Version: 0.4.2
License: MIT + file LICENSE
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
    email = "myrmecocystus@gmail.com",
    comment = c(ORCID="0000-0003-1444-9135"))
URL: https://github.com/ropensci/rdatacite
BugReports: https://github.com/ropensci/rdatacite/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Imports:
    oai (>= 0.2.2),
    solrium (>= 1.0.0),
    jsonlite,
    crul (>= 0.7.4)
Suggests:
    knitr,
    testthat,
    webmockr,
    vcr
RoxygenNote: 6.1.1
X-schema.org-applicationCategory: Data
X-schema.org-keywords: data, scholarly, dataset, https, API, web-services, solr
X-schema.org-isPartOf: https://ropensci.org
