-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.42 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
Package: SESraster
Title: Raster Randomization for Null Hypothesis Testing
Version: 0.7.1
Authors@R: c(
person(c("Neander", "Marcel"), "Heming", email = "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2461-5045")),
person(c("Flávio", "M.", "M."), "Mota", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0308-7151")),
person("Gabriela", "Alves-Ferreira", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5661-3381"))
)
Description: Randomization of presence/absence species distribution raster
data with or without including spatial structure for calculating
standardized effect sizes and testing null hypothesis. The
randomization algorithms are based on classical algorithms for
matrices (Gotelli 2000, <doi:10.2307/177478>) implemented for raster
data.
License: GPL (>= 3)
URL: https://CRAN.R-project.org/package=SESraster,
https://github.com/HemingNM/SESraster,
https://hemingnm.github.io/SESraster/
BugReports: https://github.com/HemingNM/SESraster/issues
Depends:
R (>= 2.10)
Imports:
graphics,
methods,
rlang,
stats,
terra,
utils
Suggests:
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1