-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
45 lines (45 loc) · 1.49 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
Package: EFHSDM
Title: Build and Map Species Distributions for Essential Fish Habitat
Version: 0.0.0.9000
Authors@R:
c(person("Jeremy", "Harris", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5465-6409")),
person(c("Edward", "A."), "Laman", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-2663-9243")),
person(c("James", "T."), "Thorson", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-7415-1010")),
person("Jodi", "Pirtle", ,email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-4421-8234")),
person(c("Margaret","C."), "Siple", email = "[email protected]", role = c("aut", "com"),
comment = c(ORCID = "0000-0002-4260-9856"))
)
Description: This package fits species distribution models (SDMs) to groundfish and crab data from the Eastern Bering Sea, Aleutian Islands, and Gulf of Alaska. These SDMs were used in the 2022 EFH 5-Year Review.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
gridExtra
VignetteBuilder: knitr
Imports:
ggplot2,
akgfmaps,
viridis,
stars,
sf,
scales,
mgcv,
raster,
PresenceAbsence,
maxnet,
xtable,
magrittr,
terra,
tidyterra
Remotes: afsc-gap-products/akgfmaps
Depends:
R (>= 3.5.0)
LazyData:
false