forked from NEFSC/READ_EDAB_SOE_Workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.14 KB
/
Copy pathDESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.14 KB
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: SOEworkflows
Title: Generates Indicators for the State of the Ecosystem report
Version: 0.0.0.9000
Authors@R:
c(person(given = "Joseph", family = "Caracappa", email = "joseph.caracappa@noaa.gov", role = c("aut", "cre")),
person(given = "Andy", family = "Beet", email = "andrew.beet@noaa.gov", role = c("aut"), comment = c(ORCID = "0000-0001-8270-7090")),
person(given = "Abigail", family = "Tyrell", email = "abigail.tyrell@noaa.gov", role = c("aut")),
person(given = "Stephanie", family = "Owen", email = "stephanie.owen@noaa.gov", role = c("aut")),
person(given = "Maxwell", family = "Grezlik", email = "maxwell.grezlik@noaa.gov", role = c("aut")))
Description: A package to generate indicators for the State of the Ecosystem report.
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5)
LazyData: true
Imports:
dplyr,
data.table,
survdat,
comlandr,
geosphere,
here,
raster,
stringr,
tidyr,
sf,
vegan,
tibble,
stocksmart,
rlang,
utils,
zoo
Remotes:
NOAA-EDAB/survdat,
NOAA-EDAB/stocksmart,
NOAA-EDAB/comlandr