-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
62 lines (62 loc) · 1.39 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
Package: NEesp
Title: Generate Preliminary ESP Reports for the Northeast
Version: 0.1.1
Description: Generates preliminary Ecosystem and Socioeconomic Profiles for Northeast and Mid-Atlantic USA fishery stocks.
License: file LICENSE
Authors@R: c(person("Abigail", "Tyrell", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6656-8470")),
person("Ricky", "Tabandera", email = "[email protected]", role = "aut"))
Maintainer: Abigail Tyrell <[email protected]>
URL: https://nefsc.github.io/READ-EDAB-NEesp/
BugReports: https://github.com/NEFSC/READ-EDAB-NEesp/issues
Imports:
bookdown,
dplyr,
DT,
ecodata,
flextable,
ggnewscale,
ggplot2,
ggpubr,
ggridges,
ggthemes,
here,
knitr,
magrittr,
nmfspalette,
rgeos,
rlang,
rmarkdown,
rnaturalearth,
rnaturalearthhires,
scales,
sf,
stringr,
tibble,
tidyquant,
tidyr,
utils,
viridis
Suggests:
assessmentdata,
FSA,
ggrepel,
pander,
papeR,
priceR,
testthat (>= 3.0.0),
lintr
Remotes:
ropensci/rnaturalearthhires,
nmfs-general-modeling-tools/nmfspalette,
NOAA-EDAB/ecodata,
NOAA-EDAB/assessmentdata
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3