-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.73 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
Package: arcticdatautils
Title: Utilities for the Arctic Data Center
Version: 0.7.0
Authors@R: c(
person("Bryce", "Mecum", email = "[email protected]", role = c("aut", "cre")),
person("Matt", "Jones", email = "[email protected]", role = "ctb"),
person("Jesse", "Goldstein", email = "[email protected]", role = "ctb", comment = "Maintainer"),
person("Jeanette", "Clark", email = "[email protected]", role = "ctb", comment = "Maintainer"),
person("Dominic", "Mullen", email = "[email protected]", role = "ctb"),
person("Emily", "O'Dean", email = "[email protected]", role = "ctb"),
person("Robyn", "Thiessen-Bock", email = "[email protected]", role = "ctb"),
person("Derek", "Strong", email = "[email protected]", role = "ctb"),
person("Rachel", "Sun", email = "[email protected]", role = "ctb"),
person("Jasmine", "Lai", email = "[email protected]", role = "ctb")
)
Description: A set of utilities for working with the Arctic Data Center
(https://arcticdata.io).
License: Apache License (== 2.0)
URL: https://nceas.github.io/arcticdatautils/
BugReports: https://github.com/NCEAS/arcticdatautils/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2.3)
Imports:
dataone,
datapack,
dplyr,
digest,
EML (>= 2.0),
httr,
jsonlite (>= 1.8.4),
magrittr,
methods,
filelock,
stringr,
stringi,
tools,
uuid,
xml2,
XML,
lifecycle,
rdflib,
pins,
rlang
Suggests:
emld,
humaniformat,
knitr,
lubridate,
ncdf4,
RCurl,
purrr,
raster,
rmarkdown,
sf,
testthat (>= 3.0.0),
xslt,
yaml
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3