-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
39 lines (39 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
Package: steps
Type: Package
Title: Spatially- and Temporally-Explicit Population Simulator
Version: 1.3.1
Date: 2023-12-05
Authors@R: c(
person("Casey", "Visintin", email = "[email protected]",
role=c("aut", "cre"), comment = c(ORCID = "0000-0003-2245-8998")),
person("Nick", "Golding", email = "[email protected]",
role = "ctb"),
person("Skipton", "Woolley", email = "[email protected]",
role = "ctb")
)
Maintainer: Casey Visintin <[email protected]>
Description: Software to simulate population change across space and time. Visintin et al. (2020) <doi:10.1111/2041-210X.13354>.
BugReports: https://github.com/steps-dev/steps/issues
URL: https://github.com/steps-dev/steps
Depends:
R (>= 3.4.0)
License: GPL (>= 2)
Imports:
Rcpp,
raster,
future,
future.apply,
rasterVis,
viridisLite,
memuse
LinkingTo: Rcpp
RoxygenNote: 7.2.1
Suggests:
testthat,
fields,
knitr,
rmarkdown,
foreach
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
LazyData: true