-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.55 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
Package: indexwc
Title: Run indices for West Coast Groundfish assessments
Version: 0.7
Authors@R: c(
person(c("Kelli", "F."), "Johnson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5149-451X")),
person(c("Sean", "C."), "Anderson", role = "aut",
comment = c(ORCID = "0000-0001-9563-1937")),
person(c("Chantel", "R."), "Wetzel", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7573-8240")),
person(c("Eric", "J."), "Ward", role = "aut",
comment = c(ORCID = "0000-0002-4359-0296")),
person(c("Ian", "G."), "Taylor", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4232-5669"))
)
Description: A system to run and summarize models that estimate indices of
abundance for various data sources specific to populations off the
U.S. West Coast. Models can range in complexity from simple linear
models to complex spatio-temporal models with lots of random effects
and non-linear relationships.
License: MIT + file LICENSE
Depends:
R (>= 4.2)
Imports:
cli,
cowplot,
dplyr,
forcats,
fs,
ggforce,
ggplot2,
gridExtra,
lifecycle,
magrittr,
nwfscSurvey,
purrr,
raster,
rnaturalearth,
rnaturalearthdata,
sdmTMB (>= 0.6.0),
sf,
tibble,
tidyr,
viridis
Suggests:
knitr,
testthat
Remotes:
github::pfmc-assessments/nwfscSurvey,
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2