-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
50 lines (50 loc) · 948 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
39
40
41
42
43
44
45
46
47
48
49
50
Package: ecodata
Title: Documentation of Ecosystem Indicator Reporting
Version: 5.0.2
Authors@R: c(person("Brandon", "Beltz", email = "[email protected]", role = c("cre", "aut")),
person("Kimberly", "Bastille", email = "[email protected]", role = "aut"),
person("Sean", "Hardison", role = "aut"))
Description: A data package for reporting on Northeast Continental Shelf ecosystem status and trends.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
dplyr,
magrittr,
ggplot2,
tidyr,
AICcmodavg,
cowplot,
grid,
nlme,
rpart,
scales,
sf,
stringr,
kableExtra,
ggrepel,
plyr,
lubridate,
vegan,
viridis,
grid,
gridExtra,
flextable,
heatwaveR,
forcats,
patchwork
Suggests:
knitr,
rmarkdown,
tufte,
here,
usethis,
AICcmodavg,
mgcv,
zoo,
rlang
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)