-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
38 lines (38 loc) · 998 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
35
36
37
38
Package: arcticreport
Title: Generate Reporting Metrics for the Arctic Data Center
Version: 0.0.0.9000
Authors@R: c(
person("Jeanette", "Clark", role = c("aut", "cre"), email = "[email protected]", comment=c(ORCID = "0000-0003-4703-1974")),
person("Matthew B.", "Jones", role = "aut", email = "[email protected]", comment=c(ORCID = "0000-0003-0077-4738")),
person("Bryce", "Mecum", role = "aut", email = "[email protected]", comment=c(ORCID = "0000-0002-0381-3766"))
)
Description: What the package does (one paragraph).
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Imports:
dataone,
data.table,
dplyr,
ggplot2,
httr,
jsonlite,
lubridate,
processx,
rappdirs,
readr,
rlang,
scales,
stringr,
tidyr,
udunits2,
uuid
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr,
purrr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr