-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
executable file
·53 lines (53 loc) · 2.61 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
Package: GMSE
Type: Package
Title: Generalised Management Strategy Evaluation Simulator
Version: 1.0.0.2
Imports: grDevices (>= 4.0.0), graphics (>= 4.0.0), stats(>= 4.0.0),
shiny, shinydashboard, shinyjs, shinycssloaders
Authors@R: c(person("A. Bradley", "Duthie", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8343-4995")),
person("Adrian", "Bach", role = c("aut")),
person("Jeremy", "Cusack", role = "ctb",
comment = c(ORCID = "0000-0003-3004-1586")),
person("Isabel", "Jones", role = "ctb",
comment = c(ORCID = "0000-0002-8361-1370")),
person("Jeroen", "Minderman", role = "aut",
comment = c(ORCID = "0000-0002-8451-5540")),
person("Erlend", "Nilsen", role = "ctb",
comment = c(ORCID = "0000-0002-5119-8331")),
person("Ochoa", "Gabriela", role = "aut",
comment = c(ORCID = "0000-0001-7649-5669")),
person("Rocio", "Pozo", role = "ctb",
comment = c(ORCID = "0000-0002-7546-8076")),
person("Sarobidy", "Rakotonarivo", role = "ctb",
comment = c(ORCID = "0000-0002-8032-1431")),
person("Bram", "Van Moorter", role = "ctb",
comment = c(ORCID = "0000-0002-3196-1993")),
person("Nils", "Bunnefeld", role = c("aut", "fnd"),
comment = c(ORCID = "0000-0002-1349-4463"))
)
Maintainer: A. Bradley Duthie <[email protected]>
Description: Integrates game theory and ecological theory to construct
social-ecological models that simulate the management of populations and
stakeholder actions. These models build off of a previously developed
management strategy evaluation (MSE) framework to simulate all aspects of
management: population dynamics, manager observation of populations, manager
decision making, and stakeholder responses to management decisions. The
newly developed generalised management strategy evaluation (GMSE)
framework uses genetic algorithms to mimic the decision-making process of
managers and stakeholders under conditions of change, uncertainty, and
conflict. Simulations can be run using gmse(), gmse_apply(), and
gmse_gui() functions.
URL: https://confoobio.github.io/gmse/
BugReports: https://github.com/confoobio/gmse/issues
Depends: R (>= 4.0.0)
License: GPL (>=2)
LazyData: TRUE
Encoding: UTF-8
VignetteBuilder: R.rsp
Suggests: knitr,
rmarkdown,
testthat,
R.rsp
RoxygenNote: 7.1.2