forked from steps-dev/steps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.03 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
Package: steps
Type: Package
Title: Spatially- and Temporally-Explicit Population Simulator
Version: 0.2.0
Date: 2018-10-01
Authors@R: person("Skipton", "Woolley", email = "[email protected]",
role = c("aut", "cre"))
person("John", "Baumgartner", email = "[email protected]",
role = c("aut", "cre"))
person("Nick", "Golding", email = "[email protected]",
role = c("aut", "cre"))
person("Casey", "Visintin", email = "[email protected]",
role=c("aut", "cre"))
Maintainer: Casey Visintin <[email protected]>
Description: Software to simulate population dynamics across space and time.
Depends:
R (>= 3.2.2)
License: GPL (>= 2)
Imports:
Rcpp,
magrittr,
RColorBrewer,
plyr,
raster,
rgdal,
sp,
methods,
igraph,
scales,
future,
future.apply,
rasterVis,
viridisLite,
memuse
LinkingTo: Rcpp
RoxygenNote: 6.1.1
Suggests:
testthat,
fields,
knitr,
rmarkdown,
foreach
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true