Package: rdatacite
Type: Package
Title: Client for the 'DataCite' API
Description: Client for the web service methods provided
    by 'DataCite' (<https://www.datacite.org/>), including functions to interface with
    their 'RESTful' search API. The API is backed by 'Elasticsearch', allowing
    expressive queries, including faceting.
Version: 0.5.0
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://docs.ropensci.org/rdatacite, https://github.com/ropensci/rdatacite
BugReports: https://github.com/ropensci/rdatacite/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Imports:
    jsonlite,
    crul (>= 0.7.4),
    tibble
Suggests:
    knitr,
    testthat,
    webmockr,
    vcr
RoxygenNote: 7.0.2
X-schema.org-applicationCategory: Data
X-schema.org-keywords: data, scholarly, dataset, https, API, web-services
X-schema.org-isPartOf: https://ropensci.org
