forked from thijsjanzen/treestats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.51 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
Package: treestats
Type: Package
Title: Phylogenetic Tree Statistics
Version: 1.0.6
Authors@R: c(person(given = "Thijs",
family = "Janzen",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-4162-1140")))
Maintainer: Thijs Janzen <[email protected]>
Description: Collection of phylogenetic tree statistics,
collected throughout the literature. All functions have been
written to maximize computation speed. The package includes
umbrella functions to calculate all statistics, all balance
associated statistics, or all branching time related statistics.
Furthermore, the 'treestats' package supports summary statistic
calculations on Ltables, provides speed-improved coding of
branching times, Ltable conversion and includes algorithms to
create intermediately balanced trees. Full description can be
found in Janzen (2023) <doi:10.1101/2024.01.24.576848>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends:
Rcpp
LinkingTo:
Rcpp,
nloptr
Imports:
ape,
nloptr,
RSpectra,
Matrix
Suggests:
phyloTop,
testthat,
DDD,
geiger,
nodeSub,
nLTT,
castor,
adephylo,
ggplot2,
tibble,
picante,
treebalance,
RPANDA,
lintr,
rmarkdown,
knitr
BugReports: https://github.com/thijsjanzen/treestats/issues
URL: https://github.com/thijsjanzen/treestats
VignetteBuilder: knitr