-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
83 lines (83 loc) · 2.26 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Package: rdiversity
Type: Package
Title: Measurement and Partitioning of Similarity-Sensitive Biodiversity
Version: 2.2.0
Date: 2022-04-29
Authors@R: c(person("Sonia", "Mitchell", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-1536-2066")),
person("Richard", "Reeve", email = "[email protected]",
role = c("cre", "aut", "ths"), comment = c(ORCID = "0000-0003-2589-8091")),
person("Tom", "White", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0002-9639-3800")),
person("Daniel", "Dörrhöfer", email = "[email protected]", role = "ctb"),
person("Aaron", "Rudkin", email = "[email protected]", role = "ctb"))
Maintainer: Richard Reeve <[email protected]>
URL: https://github.com/boydorr/rdiversity
BugReports: https://github.com/boydorr/rdiversity/issues
Description: Provides a framework for the measurement and partitioning of
the (similarity-sensitive) biodiversity of a metacommunity and its
constituent subcommunities. Richard Reeve, et al. (2016)
<arXiv:1404.6520v3>.
License: GPL-3
Depends: R (>= 2.10)
Imports:
methods,
reshape2,
stats,
stringdist,
utils
Suggests:
ape,
testthat,
knitr,
markdown,
rmarkdown,
covr
LazyData: true
RoxygenNote: 7.1.2
Encoding: UTF-8
VignetteBuilder: knitr
Collate:
'ancestral_nodes.R'
'binary.R'
'chainsaw.R'
'check_partition.R'
'check_phypartition.R'
'check_similarity.R'
'class-distance.R'
'class-metacommunity.R'
'class-powermean.R'
'class-relativeentropy.R'
'class-similarity.R'
'descendant_tips.R'
'similarity.R'
'dist2sim.R'
'distance.R'
'metadiv.R'
'subdiv.R'
'metacommunity.R'
'diversity-components.R'
'diversity-measures.R'
'gen2dist.r'
'geneid.R'
'genevec.R'
'hs_parameters.R'
'inddiv.R'
'phy2branch.R'
'phy2dist.R'
'phy_abundance.R'
'phy_struct.R'
'power_mean.R'
'powermean.R'
'rdiversity-package.R'
'relativeentropy.R'
'repartition.R'
'smatrix.R'
'summarise.R'
'tax2dist.R'
'taxfac.R'
'taxid.R'
'taxmask.R'
'taxvec.R'
'tbar.R'
'zmatrix.R'