-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1005 Bytes
/
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
33
34
Package: rdryad
Type: Package
Title: Access for Dryad Web Services
Description: Interface to the Dryad "Solr" API, their "OAI-PMH" service, and
fetch datasets. Dryad (<https://datadryad.org/>) is a curated host of
data underlying scientific publications.
Version: 1.0.1.95
License: MIT + file LICENSE
Authors@R: c(
person("Karthik", "Ram", role = "aut",
comment = c(ORCID = "0000-0002-0233-1757")),
person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Carl", "Boettiger", role = "aut",
comment = c(ORCID="0000-0002-1642-628X"))
)
URL: https://docs.ropensci.org/rdryad, https://github.com/ropensci/rdryad
BugReports: https://github.com/ropensci/rdryad/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Imports:
crul,
curl,
tibble,
hoardr,
zip,
jsonlite,
mime
Suggests:
testthat,
vcr
RoxygenNote: 7.2.0