-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 1.45 KB
/
Copy pathDESCRIPTION
File metadata and controls
72 lines (72 loc) · 1.45 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
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
Package: mse
Title: Tools for Running Management Strategy Evaluations using FLR
Version: 2.4.10
Authors@R: c(person(given = "Iago", family = "Mosqueira",
role = c("aut", "cre"), email = "iago.mosqueira@wur.nl"),
person("Ernesto", "Jardim", email = "ernesto.jardim@gmail.com",
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,
data.table,
FLCore(>= 2.6.22),
FLasher(>= 0.7.1),
future,
progressr,
Imports:
doFuture,
foreach,
FLFishery,
FLBRP(>= 2.5.8),
ggplot2,
ggplotFL(>= 2.7.2),
ggrepel,
patchwork
Additional_repositories: https://flr.r-universe.dev
Suggests:
testthat,
knitr,
rmarkdown,
FLa4a,
doParallel
Collate:
'generics.R'
'mseCtrl-class.R'
'mpCtrl-class.R'
'FLo-class.R'
'FLom-class.R'
'FLombf-class.R'
'oem.R'
'FLoem-class.R'
'FLiem-class.R'
'FLmse-class.R'
'FLmses-class.R'
'dispatch.R'
'mp.R'
'tune.R'
'tracking.R'
'performance.R'
'plot.R'
'data.R'
'utilities.R'
'sa.R'
'ind.R'
'phcr.R'
'hcr.R'
'is.R'
'iem.R'
'fb.R'
'tm.R'
'om.R'
'statistics.R'
License: EUPL
LazyLoad: true
LazyData: false
BugReports: https://github.com/flr/mse/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3