-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Type: Package
Package: rdatacite
Title: Client for the 'DataCite' API
Version: 0.5.4
Authors@R: c(
person("Scott", "Chamberlain", role = "aut",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Bianca", "Kramer", , "[email protected]", role = "cre",
comment = c(ORCID = "0000-0002-5965-6560"))
)
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.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/rdatacite/,
https://github.com/ropensci/rdatacite
BugReports: https://github.com/ropensci/rdatacite/issues
Imports:
crul (>= 0.7.4),
jsonlite,
tibble,
utils
Suggests:
testthat,
vcr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
X-schema.org-applicationCategory: Data
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: data, scholarly, dataset, https, API, web-services