-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.17 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
Package: mse
Title: Tools for Running Management Strategy Evaluations using FLR
Version: 0.9.2
Date: 2018-12-14
Authors@R: c(person(given = "Iago", family = "Mosqueira", role = c("aut", "cre"), email = "iago.mosqueira@ec.europa.eu"),
person("Ernesto", "Jardim", email = "ernesto.jardim@ec.europa.eu", role = c("aut")))
Description: A set of functions and methods to simplify the development and
running of Management Strategy Evaluation (MSE) analyses using the FLR
packages and classes.
Depends:
R(>= 3.5),
methods,
FLCore(>= 2.6.11),
ggplotFL,
data.table,
FLash,
FLBRP
Imports:
foreach
Additional_repositories: http://flr-project.org/R
Suggests:
testthat,
knitr,
rmarkdown,
FLa4a,
doParallel
Collate:
'generics.R'
'mseCtrl-class.R'
'mpCtrl-class.R'
'FLoem-class.R'
'FLom-class.R'
'FLiem-class.R'
'FLmse-class.R'
'dispatch.R'
'control.R'
'fb.R'
'hcr.R'
'iem.R'
'is.R'
'mp.R'
'oem.R'
'phcr.R'
'sa.R'
'tm.R'
'grid.R'
'mc.R'
'performance.R'
'run.R'
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
License: EUPL
LazyLoad: Yes
LazyData: No
BugReports: https://github.com/iagomosqueira/mse/issues
RoxygenNote: 6.1.1