-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.59 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: funrar
Title: Functional Rarity Indices Computation
Version: 1.5.0
Authors@R: c(
person("Matthias", "Grenié", email = "matthias.grenie@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4659-7522")),
person("Pierre", "Denelle", email = "pierre.denelle@cefe.cnrs.fr",
role = "aut", comment = c(ORCID = "0000-0001-5037-2281")),
person("Caroline", "Tucker", email = "carolinemtucker@gmail.com",
role = "aut", comment = c(ORCID = "0000-0002-4871-2010")),
person("François", "Munoz", email = "fmunoz@univ-grenoble-alpes.fr",
role = "ths", comment = c(ORCID = "0000-0001-8776-4705")),
person("Cyrille", "Violle", email = "cyrille.violle@cefe.cnrs.fr",
role = "ths", comment = c(ORCID = "0000-0002-2471-9226"))
)
Description: Computes functional rarity indices as proposed by Violle et al.
(2017) <doi:10.1016/j.tree.2017.02.002>. Various indices can be computed
using both regional and local information. Functional Rarity combines both
the functional aspect of rarity as well as the extent aspect of rarity.
'funrar' is presented in Grenié et al. (2017) <doi:10.1111/ddi.12629>.
Depends:
R (>= 3.2.2)
License: GPL (>= 2)
LazyData: true
Imports:
cluster,
Matrix,
methods,
stats
URL: https://rekyt.github.io/funrar/, https://github.com/Rekyt/funrar
BugReports: https://github.com/Rekyt/funrar/issues
RoxygenNote: 7.2.1
Suggests:
ade4,
ggplot2,
knitr,
rmarkdown,
testthat (>= 2.99.0),
tidytext
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3