-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.6 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
46
Package: phyloraster
Title: Evolutionary Diversity Metrics for Raster Data
Version: 2.1.0
Authors@R: c(
person("Gabriela", "Alves-Ferreira", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5661-3381")),
person(c("Flávio", "M.", "M."), "Mota", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0308-7151")),
person(c("Neander", "Marcel"), "Heming", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2461-5045"))
)
Description: Phylogenetic Diversity (PD, Faith 1992), Evolutionary
Distinctiveness (ED, Isaac et al. 2007), Phylogenetic Endemism (PE,
Rosauer et al. 2009; Laffan et al. 2016), and Weighted Endemism (WE,
Laffan et al. 2016) for presence-absence raster. Faith, D. P. (1992)
<doi:10.1016/0006-3207(92)91201-3> Isaac, N. J. et al. (2007)
<doi:10.1371/journal.pone.0000296> Laffan, S. W. et al. (2016)
<doi:10.1111/2041-210X.12513> Rosauer, D. et al. (2009)
<doi:10.1111/j.1365-294X.2009.04311.x>.
License: GPL (>= 3)
URL: https://CRAN.R-project.org/package=phyloraster,
https://github.com/gabferreira/phyloraster,
https:https://gabferreira.github.io/phyloraster/
BugReports: https://github.com/gabferreira/phyloraster/issues
Depends:
R (>= 2.10)
Imports:
ape,
methods,
purrr,
SESraster,
stats,
terra
Suggests:
knitr,
maps,
phylobase,
rmarkdown,
testthat (>= 2.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2