-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.22 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
Package: spectre
Type: Package
Title: Predict Regional Community Composition
Version: 1.0.3
Authors@R: c(person("Craig", "Simpkins", email = "[email protected]", role = c("aut", "cre")),
person("Sebastian", "Hanss", role = c("aut")),
person("Maximilian", "Hesselbarth", role = c("aut")),
person("Matthias", "Spangenberg", role = c("aut")),
person("Jan", "Salecker", role = c("aut")))
Maintainer: Craig Simpkins <[email protected]>
Description: Predict regional community composition at a fine spatial
resolution using only sparse biological and environmental data. See
Simpkins et al. (2022) <https://doi.org/10.1111/ecog.06272> for full
details on the algorithm underlyinh the package.
License: GPL-3
URL: https://github.com/r-spatialecology/spectre/
BugReports: https://github.com/r-spatialecology/spectre/issues/
Depends:
R (>= 3.5)
Imports:
ggplot2,
Rcpp (>= 1.0.1)
Suggests:
dplyr,
testthat (>= 3.0.2),
knitr,
rmarkdown,
covr,
RcppProgress
LinkingTo:
Rcpp,
RcppProgress,
testthat
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: C++11
VignetteBuilder: knitr