-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.33 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
Package: fundiversity
Title: Easy Computation of Functional Diversity Indices
Version: 1.1.1
Authors@R:
c(
person("Matthias", "Grenié",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4659-7522")),
person("Hugo", "Gruson",
role = "aut",
comment = c(ORCID = "0000-0002-4094-1476"))
)
Description: Computes six functional diversity indices. These are namely,
Functional Divergence (FDiv), Function Evenness (FEve), Functional Richness
(FRic), Functional Richness intersections (FRic_intersect), Functional
Dispersion (FDis), and Rao's entropy (Q) (reviewed in Villéger et al. 2008
<doi:10.1890/07-1206.1>). Provides efficient, modular, and parallel functions
to compute functional diversity indices
(Grenié & Gruson 2023 <doi:10.1111/ecog.06585>).
License: GPL-3
Language: en
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Imports:
future.apply,
geometry,
Matrix,
vegan
Suggests:
future,
knitr,
memoise,
rmarkdown,
testthat (>= 3.0.0),
withr
URL: https://funecology.github.io/fundiversity/, https://github.com/funecology/fundiversity
BugReports: https://github.com/funecology/fundiversity/issues
Config/testthat/edition: 3
VignetteBuilder: knitr