forked from PredictiveEcology/SpaDES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.87 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
Package: SpaDES
Type: Package
Title: Develop and Run Spatially Explicit Discrete Event Simulation Models
Description: Metapackage for implementing a variety of event-based models, with
a focus on spatially explicit models. These include raster-based,
event-based, and agent-based models. The core simulation components
(provided by 'SpaDES.core') are built upon a discrete event simulation (DES)
framework that facilitates modularity, and easily enables the user to
include additional functionality by running user-built simulation modules
(see also 'SpaDES.tools'). Included are numerous tools to visualize rasters
and other maps (via 'quickPlot'), and caching methods for reproducible
simulations (via 'reproducible'). Additional functionality is provided by
the 'SpaDES.addins' and 'SpaDES.shiny' packages.
URL:
http://spades.predictiveecology.org,
https://github.com/PredictiveEcology/SpaDES
Date: 2017-09-05
Version: 2.0.0
Authors@R: c(
person("Alex M", "Chubaty", email = "[email protected]",
role = c("aut", "cre")),
person("Eliot J B", "McIntire", email = "[email protected]",
role = c("aut")),
person("Yong", "Luo", email = "[email protected]",
role = c("ctb")),
person("Steve", "Cumming", email = "[email protected]",
role = c("ctb")),
person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
role = "cph")
)
Depends:
R (>= 3.3.3)
Imports:
methods,
quickPlot,
reproducible,
SpaDES.addins,
SpaDES.core,
SpaDES.tools,
utils
Suggests:
archivist,
igraph,
knitr,
raster,
rmarkdown,
testthat
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/SpaDES/issues
ByteCompile: yes
Collate:
'spades-package.R'
'zzz.R'
RoxygenNote: 6.0.1