forked from timjmiller/wham
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
62 lines (62 loc) · 2.29 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: wham
Title: Woods Hole Assessment Model (WHAM)
Version: 1.0.9
Authors@R: c(
person("Tim", "Miller", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1411-1206")),
person("Brian", "Stock", role = c("aut"),
comment = c(ORCID = "0000-0002-2393-6747")),
person("Liz", "Brooks", role = c("ctb"),
email = "[email protected]"),
person("Chris", "Legault", role = c("ctb"),
email = "[email protected]"),
person("Jim", "Thorson", role = c("ctb"),
email = "[email protected]"))
Description: The Woods Hole Assessment Model (WHAM) is a state-space age-structured
stock assessment model that can include environmental effects on population processes.
WHAM can be configured to estimate a range of assessment models: a traditional
statistical catch-at-age (SCAA) model with recruitments as fixed effects, SCAA with
recruitments as random effects, or a "full state-space" model with abundance at all ages treated
as random effects. WHAM is a generalization of the R and TMB code from Miller et al.
(2016), Miller and Hyun (2018), and Miller et al. (2018). WHAM also has many similarities of
input data sources with ASAP (Legault and Restrepo 1999) and provides functions to generate a WHAM input file
from an ASAP3 dat file. Many of the plotting functions for input data, results, and
diagnostics are modified from ASAP code written by Chris Legault and Liz Brooks.
Depends:
R (>= 3.6.0)
Imports:
TMB (>= 1.7.20),
plotrix (>= 3.7-5),
ellipse (>= 0.4.1),
Hmisc (>= 4.4-1),
gplots (>= 3.0.1.1),
fields (>= 9.6),
RColorBrewer (>= 1.1-2),
colorspace (>= 1.4-1),
mnormt (>= 1.5-5),
Deriv (>= 3.8.5),
tidyr (>= 1.1.2),
dplyr (>= 1.0.2),
ggplot2 (>= 3.3.2),
viridis (>= 0.5.1),
sessioninfo (>= 1.1.1),
abind (>= 1.4-5),
rmarkdown (>= 2.11),
knitr (>= 1.37),
pander (>= 0.6.4),
kableExtra (>= 1.3.4)
Remotes:
kaskr/adcomp/TMB
LinkingTo:
TMB,
RcppEigen
URL: https://timjmiller.github.io/wham/, https://github.com/timjmiller/wham
BugReports: https://github.com/timjmiller/wham/issues
License: GPL-3
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.0
Encoding: UTF-8
Suggests:
testthat