-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.33 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.33 KB
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.3.0
Authors@R: c(
person("Kathryn", "Doering", , "kathryn.doering@noaa.gov", role = c("aut", "cre")),
person("Nathan", "Vaughan", , "nathan.vaughan@noaa.gov", role = "aut")
)
Description: An R package for performing Management Strategy Evaluation
(MSE) using Stock Synthesis (SS3). SS3 is used as the Operating Model
(OM) and, if the user desires, the Estimation model (EM). SSMSE allows
existing SS3 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-ost/SSMSE
BugReports: https://github.com/nmfs-ost/SSMSE/issues
Depends:
R (>= 4.0)
Imports:
assertive.base,
assertive.properties,
assertive.types,
doParallel,
dplyr,
foreach,
ggplot2,
magrittr,
parallel,
r4ss (>= 1.50.0),
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.2