-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.09 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: rangr
Type: Package
Title: Mechanistic Simulation of Species Range Dynamics
Version: 1.0.5
Authors@R: c(
person("Katarzyna", "Markowska", email = "[email protected]", role = c("aut", "cre")),
person("Lechosław", "Kuczyński", email = "[email protected]", role = "aut"),
person("Tad", "Dallas", comment = c(github = "@taddallas"), role = "rev"),
person("Joanne", "Potts", comment = c(github = "@TheAnalyticalEdge"), role = "rev"))
Description: Species range dynamics simulation toolset.
License: MIT + file LICENSE
Imports:
methods,
parallel,
pbapply,
grDevices,
graphics,
stats,
utils,
zoo,
terra,
assertthat
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr,
bookdown
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "srr::srr_stats_roclet"))
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3
URL: https://github.com/ropensci/rangr,
https://docs.ropensci.org/rangr/
BugReports: https://github.com/ropensci/rangr/issues