-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.28 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
Package: treescape
Title: Statistical Exploration of Landscapes of Phylogenetic Trees
Version: 1.10.19
Date: 2017-02-08
Authors@R: c(TJ=person("Thibaut", "Jombart", email="[email protected]", role = c("aut")),
MK=person("Michelle", "Kendall", email="[email protected]", role = c("aut", "cre")),
JAG=person("Jacob", "Almagro-Garcia", role = c("aut")),
CC=person("Caroline", "Colijn", role = c("aut")))
Maintainer: Michelle Kendall <[email protected]>
Description: Tools for the exploration of distributions of phylogenetic trees.
This package includes a shiny interface which can be started from R using
'treescapeServer()'.
Depends:
R (>= 3.1.2),
ape,
ade4
Imports:
adegenet,
adegraphics,
adephylo,
combinat,
compiler,
distory,
fields,
htmlwidgets,
MASS,
phangorn,
Rcpp,
RLumShiny,
scatterD3,
shiny,
shinyBS,
utils
LinkingTo: Rcpp
Suggests:
igraph,
RColorBrewer,
ggplot2,
testthat,
knitr,
rmarkdown,
rgl
License: GPL (>=2)
LazyData: true
Collate:
RcppExports.R
metrics.R
medTree.R
treescape.R
findGroves.R
plotGroves.R
plotTreeDiff.R
servers.R
transmissionTrees.R
data.R
RoxygenNote: 6.0.0
VignetteBuilder: knitr