-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.48 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
63
64
65
66
67
68
69
70
71
72
73
74
Package: mse
Title: Tools for Running Management Strategy Evaluations using FLR
Version: 2.2.3.9354
Authors@R: c(person(given = "Iago", family = "Mosqueira",
role = c("aut", "cre"), email = "[email protected]"),
person("Ernesto", "Jardim", email = "[email protected]",
role = c("aut")))
Description: A set of functions and methods to enable the development and
running of Management Strategy Evaluation (MSE) analyses, using the FLR
packages and classes and the a4a methods and algorithms.
X-schema.org-keywords: simulation, MSE, fisheries, flr, a4a, R
Depends:
R(>= 4.0),
methods,
FLCore(>= 2.6.18),
ggplotFL(>= 2.6.10),
FLFishery,
FLasher(>= 0.6.7),
FLBRP(>= 2.5.8),
doFuture,
data.table,
progressr
Imports:
parallelly,
ggrepel,
patchwork
Additional_repositories: https://flr.r-universe.dev
Suggests:
testthat,
knitr,
rmarkdown,
FLa4a,
doParallel
Collate:
'generics.R'
'mseCtrl-class.R'
'mpCtrl-class.R'
'oem.R'
'FLoem-class.R'
'FLo-class.R'
'FLom-class.R'
'FLombf-class.R'
'FLiem-class.R'
'FLmse-class.R'
'FLmses-class.R'
'dispatch.R'
'fb.R'
'hcr.R'
'iem.R'
'is.R'
'mp.R'
'phcr.R'
'ind.R'
'sa.R'
'tm.R'
'grid.R'
'mc.R'
'performance.R'
'run.R'
'tune.R'
'om.R'
'tracking.R'
'data.R'
'db.R'
'utilities.R'
'plot.R'
VignetteBuilder: knitr
License: EUPL
LazyLoad: true
LazyData: false
BugReports: https://github.com/flr/mse/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2