forked from timjmiller/wham
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 2.02 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
Package: wham
Title: Woods Hole Assessment Model (WHAM)
Version: 0.0.0.9000
Authors@R: c(
person("Tim", "Miller", role = c("aut"),
email = "[email protected]"),
person("Brian", "Stock", role = c("aut", "cre"),
email = "[email protected]"),
person("Liz", "Brooks", role = c("ctb"),
email = "[email protected]"),
person("Chris", "Legault", 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 from a traditional
statistical catch-at-age (SCAA) model with recruitments as (possibly penalized) fixed
effects, SCAA with recruitments as random effects, or 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.5.0)
Imports:
TMB (>= 1.7.15),
plotrix (>= 3.7-5),
ellipse (>= 0.4.1),
Hmisc (>= 4.2-0),
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 (>= 0.8.3),
dplyr (>= 0.8.0),
ggplot2 (>= 3.2.0),
TMBhelper (>= 1.1.0)
Remotes:
kaskr/TMB_contrib_R/TMBhelper,
kaskr/adcomp/TMB
LinkingTo:
TMB,
RcppEigen
URL: https://github.com/timjmiller/wham
BugReports: https://github.com/timjmiller/wham/issues
License: GPL-3
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat