-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
46 lines (46 loc) · 1.33 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
Type: Package
Package: SSMSE
Title: Management Strategy Evaluation (MSE) using Stock Synthesis (SS)
Version: 0.2.8
Authors@R: c(
person("Kathryn", "Doering", , "[email protected]", role = c("aut", "cre")),
person("Nathan", "Vaughan", , "[email protected]", role = "aut")
)
Description: An R package for performing Management Strategy Evaluation
(MSE) using Stock Synthesis (SS). SS is used as the Operating Model
(OM) and, if the user desires, the Estimation model (EM). SSMSE allows
existing SS models to be used as the basis for an OM. These OMs are
used in the MSE framework provided by SSMSE to evaluate the
implications of management actions on a population given uncertainty.
License: MIT + file LICENSE.md
URL: https://github.com/nmfs-fish-tools/SSMSE
BugReports: https://github.com/nmfs-fish-tools/SSMSE/issues
Depends:
R (>= 4.0)
Imports:
assertive.base,
assertive.properties,
assertive.types,
doParallel,
dplyr,
foreach,
ggplot2,
magrittr,
parallel,
r4ss,
ss3sim,
stats,
tidyr,
utils
Suggests:
testthat
Remotes:
cran/assertive.base@master,
cran/assertive.properties@master,
cran/assertive.types@master,
r4ss/r4ss@main,
ss3sim/ss3sim@main
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1