-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.8 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
Package: treespace
Title: Statistical Exploration of Landscapes of Phylogenetic Trees
Date: 2023-09-07
Version: 1.1.4.3
Authors@R: c(TJ = person("Thibaut", "Jombart", email="[email protected]", role = "aut", comment = c(ORCID = "0000-0003-2226-8692")),
MK = person("Michelle", "Kendall", email="[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7344-7071")),
JAG = person("Jacob", "Almagro-Garcia", role = "aut", comment = c(ORCID = "0000-0002-0595-7333")),
CC = person("Caroline", "Colijn", role = "aut", comment = c(ORCID = "0000-0001-6097-6708")))
Description: Tools for the exploration of distributions of phylogenetic trees.
This package includes a 'shiny' interface which can be started from R using
treespaceServer().
For further details see Jombart et al. (2017) <DOI:10.1111/1755-0998.12676>.
Depends: R (>= 3.4.0), ape, ade4
Imports: adegenet, adegraphics, combinat, compiler, distory,
fields, htmlwidgets, MASS, methods, parallel, phangorn, phytools, Rcpp,
rgl, RLumShiny, scatterD3, shiny, shinyBS, utils
LinkingTo: Rcpp
Suggests: ggplot2, igraph, knitr, pander, RColorBrewer, reshape2,
rmarkdown, sf, testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Collate: RcppExports.R metrics.R medTree.R treespace.R findGroves.R
plotGroves.R plotTreeDiff.R servers.R transmissionTrees.R
data.R makeCollapsedTree.R relatedTreeDist.R simulateIndTree.R
tipsMRCAdepths.R treeConcordance.R
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://cran.r-project.org/package=treespace,
https://github.com/thibautjombart/treespace
BugReports: https://github.com/thibautjombart/treespace/issues
NeedsCompilation: yes
Packaged: 2019-12-05
Repository: CRAN
Date/Publication: 2019-04-07 11:21:55 UTC