-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
49 lines (49 loc) · 2.15 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
Package: wham
Title: Woods Hole Assessment Model (WHAM)
Version: 2.0.0
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 general age-structured stock assessment framework that can be configured to estimate assessment models that range in complexity from statistical catch-at-age (SCAA) model with annual recruitments as fixed effects, to state-space, multi-stock, multi-region, age-structured models where many parameters can be treated as time- and age-varying process errors and/or allowing effects of environmental covariates. WHAM is a generalization of 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, although this is not a requirement. Many of the plotting functions for input data, results, and diagnostics have modified from code written by Chris Legault and Liz Brooks.
Depends:
R (>= 3.6.0)
Imports:
TMB (>= 1.7.20),
ellipse (>= 0.4.1),
Hmisc (>= 4.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),
rmarkdown (>= 2.11),
knitr (>= 1.37),
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,
devtools,
here,
parallel,
snowfall