-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
44 lines (44 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
44
Package: rwty
Type: Package
Title: R We There Yet? Visualizing MCMC Convergence in Phylogenetics
Version: 1.0.3
Authors@R: c(person(given = "Dan", family = "Warren", role = c("aut", "cre"), email = "dan.l.warren@gmail.com"),
person(given = "Anthony", family = "Geneva", role = "aut", email = "anthony.geneva@gmail.com"),
person(given = "Rob", family = "Lanfear", role = "aut", email = "rob.lanfear@gmail.com"),
person(given = "Luke", family = "Harmon", role = "ctb"),
person(given = "April", family = "Wright", role = "ctb"),
person(given = "Diego", family = "Mallo", role = "ctb"),
person(given = "Klaus", family = "Schliep", role = "ctb"),
person(given = "Kelly", family = "Luke", role = "ctb"),
person(given = "Kendall", family = "Michelle", role = "ctb"),
person(given = "Smith", family = "Martin", role = "ctb")
)
Description: Implements various tests, visualizations, and metrics
for diagnosing convergence of MCMC chains in phylogenetics. It implements
and automates many of the functions of the AWTY package in the R
environment, as well as a host of other functions. Warren, Geneva, and Lanfear (2017), <doi:10.1093/molbev/msw279>.
License: GPL-2
Depends:
R (>= 3.3.0),
ape,
ggplot2,
Imports:
reshape2,
phangorn,
coda,
viridis,
grid,
plyr,
ggdendro,
GGally,
parallel,
TreeDist
Suggests:
knitr,
testthat,
markdown,
rmarkdown,
stringi
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr