-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.23 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
Package: cati
Type: Package
Title: Community Assembly by Traits: Individuals and Beyond
Version: 0.99.5
Date: 2024-13-02
Encoding: UTF-8
Authors@R:
c(person(given = "Adrien",
family = "Taudiere",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1088-1182")),
person(given = "Cyrille",
family = "Violle",
role = "aut",
comment = c(ORCID = "0000-0002-2471-9226")),
person(given = "François",
family = "Munoz",
role = "ctb",
comment = c(ORCID = "0000-0001-8776-4705"))
)
Maintainer: Adrien Taudiere <[email protected]>
Depends:
R (>= 3.5.0),
nlme,
ade4,
ape
Imports:
e1071,
rasterVis,
hypervolume,
FD,
geometry,
vegan
Suggests:
lattice,
entropart,
fBasics,
picante,
mice,
knitr
Description: Detect and quantify community assembly processes using trait values of individuals or populations, the T-statistics and other metrics, and dedicated null models.
License: GPL (>= 2)
URL: https://github.com/adrientaudiere/cati, http://adrientaudiere.github.io/cati/
RoxygenNote: 6.0.1