-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.06 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
Package: MixME
Title: Mixed-fishery Multi-stock Evaluation
Version: 0.2.1.9001
Authors@R:
c(person(given = "Matthew C.",
family = "Pace",
role = c("aut", "cre"),
email = "matthew.pace@cefas.gov.uk",
comment = c(ORCID = "0000-0003-1621-4057")),
person(given = "José A. A.",
family = "de Oliveira",
role = c("aut")),
person(given = "Simon H.",
family = "Fischer",
role = c("aut")),
person(given = "Paul J.",
family = "Dolder",
role = c("aut")))
Description: An R package for mixed fisheries Management Strategy Evaluation (MSE) using multi-stock and multi-fleet Operating Models.
License: OGL v3.0 (Open Government Licence)
LinkingTo:
Rcpp,
TMB,
RcppEigen
Imports:
Rcpp,
TMB,
foreach
Suggests:
stockassessment (>= 0.12.0),
doParallel,
doRNG,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Config/testthat/edition: 3