-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
65 lines (65 loc) · 2.72 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: dataone
Version: 2.2.2
Date: 2022-06-08
Title: R Interface to the DataONE REST API
Authors@R: c( person("Matthew B.", "Jones", role = c("aut","cre"), email = "[email protected]", comment=c(ORCID = "0000-0003-0077-4738")),
person("Peter", "Slaughter", role = "aut", email = "[email protected]", comment=c(ORCID = "0000-0002-2192-403X")),
person("Rob", "Nahf", role = "aut", email = "[email protected]"),
person("Carl", "Boettiger", role = "aut", email = "[email protected]", comment=c(ORCID = "0000-0002-1642-628X")),
person("Chris", "Jones", role = "aut", email = "[email protected]", comment=c(ORCID = "0000-0002-8121-2341")),
person("Bryce", "Mecum", role = "aut", email = "[email protected]", comment=c(ORCID = "0000-0002-0381-3766")),
person("Jeanette", "Clark", role = "aut", email = "[email protected]", comment=c(ORCID = "0000-0003-4703-1974")),
person("Jordan", "Read", role = "ctb", email = "[email protected]", comment=c(ORCID = "0000-0002-3888-6631")),
person("Lauren", "Walker", role = "aut", email = "[email protected]", comment=c(ORCID = "0000-0003-2192-431X")),
person("Edmund", "Hart", role = "ctb", email = "[email protected]", comment=c(ORCID = "0000-0001-7367-7969")),
person("Scott", "Chamberlain", role = "ctb", email = "[email protected]", comment=c(ORCID = "0000-0003-1444-9135")),
person("Regents of the University of California", role = c("cph")))
Description: Provides read and write access to data and metadata from
the DataONE network <https://www.dataone.org> of data repositories.
Each DataONE repository implements a consistent repository application
programming interface. Users call methods in R to access these remote
repository functions, such as methods to query the metadata catalog, get
access to metadata for particular data packages, and read the data objects
from the data repository. Users can also insert and update data objects on
repositories that support these methods.
Depends:
R (>= 3.1.1)
Suggests:
knitr,
rmarkdown,
testthat,
digest,
openssl (>= 0.9.3),
xml2
Imports:
XML (>= 3.95-0.1),
httr,
methods,
stringi,
stringr,
datapack (>= 1.4.0),
plyr,
parsedate,
uuid,
base64enc,
jsonlite
License: Apache License 2.0
URL: https://github.com/DataONEorg/rdataone
BugReports: https://github.com/DataONEorg/rdataone/issues
Collate:
'AbstractTableDescriber.R'
'auth_request.R'
'D1Node.R'
'AuthenticationManager.R'
'CNode.R'
'CertificateManager.R'
'D1Object.R'
'MNode.R'
'D1Client.R'
'EMLParser.R'
'dataone-defunct.R'
'dataone-deprecated.R'
'dataone-package.R'
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.2