forked from YuLab-SMU/ggtree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.38 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
Package: ggtree
Type: Package
Title: an R package for visualization and annotation of phylogenetic trees with
their covariates and other associated data
Version: 1.9.4
Authors@R: c(
person("Guangchuang", "Yu", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Tommy Tsan-Yuk", "Lam", email = "[email protected]", rol = c("aut", "ths")),
person("Justin", "Silverman", email = "[email protected]", rol = "ctb")
)
Maintainer: Guangchuang Yu <[email protected]>
Description: 'ggtree' extends the 'ggplot2' plotting system which implemented
the grammar of graphics. 'ggtree' is designed for visualization and annotation
of phylogenetic trees with their covariates and other associated data.
Depends:
R (>= 3.3.2),
ggplot2 (>= 2.2.0),
treeio
Imports:
ape,
grDevices,
grid,
magrittr,
methods,
rvcheck,
tidyr,
utils
Suggests:
Biostrings,
colorspace,
EBImage,
emojifont,
knitr,
prettydoc,
rmarkdown,
scales,
testthat
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://guangchuangyu.github.io/ggtree
BugReports: https://github.com/GuangchuangYu/ggtree/issues
Packaged: 2014-12-03 08:16:14 UTC; root
biocViews: Alignment, Annotation, Clustering, DataImport,
MultipleSequenceAlignment, ReproducibleResearch, Software, Visualization
RoxygenNote: 6.0.1