-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 802 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 802 Bytes
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
Package: hillR
Type: Package
Title: Diversity Through Hill Numbers
Version: 0.6.0
Date: 2025-11-10
Authors@R: person(given = "Daijiang",
family = "Li",
role = c("aut", "cre"),
email = "daijianglee@gmail.com")
Maintainer: Daijiang Li <daijianglee@gmail.com>
Description: Calculate taxonomic, functional and phylogenetic diversity measures
through Hill Numbers proposed by Chao, Chiu and Jost (2014)
<doi:10.1146/annurev-ecolsys-120213-091540>.
License: MIT + file LICENSE
Depends:
R (>= 3.1)
Imports:
FD,
plyr,
ade4,
ape,
tibble,
geiger
RoxygenNote: 7.3.3
Suggests:
testthat,
covr,
betapart
URL: https://github.com/daijiang/hillR
BugReports: https://github.com/daijiang/hillR/issues
Encoding: UTF-8