... | ... |
@@ -1,7 +1,6 @@ |
1 | 1 |
Package: ggtree |
2 | 2 |
Type: Package |
3 |
-Title: an R package for visualization and annotation of phylogenetic trees with |
|
4 |
- their covariates and other associated data |
|
3 |
+Title: an R package for visualization of tree and annotation data |
|
5 | 4 |
Version: 1.17.4 |
6 | 5 |
Authors@R: c( |
7 | 6 |
person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")), |
... | ... |
@@ -14,7 +13,7 @@ Authors@R: c( |
14 | 13 |
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com> |
15 | 14 |
Description: 'ggtree' extends the 'ggplot2' plotting system which implemented |
16 | 15 |
the grammar of graphics. 'ggtree' is designed for visualization and annotation |
17 |
- of phylogenetic trees with their covariates and other associated data. |
|
16 |
+ of phylogenetic trees and other tree-like structure with their associated data. |
|
18 | 17 |
Depends: |
19 | 18 |
R (>= 3.4.0) |
20 | 19 |
Imports: |
... | ... |
@@ -8,7 +8,7 @@ html_preview: false |
8 | 8 |
<!-- README.md is generated from README.Rmd. Please edit that file --> |
9 | 9 |
|
10 | 10 |
|
11 |
-# ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data |
|
11 |
+# ggtree: an R package for visualization of tree and annotation data |
|
12 | 12 |
|
13 | 13 |
```{r echo=FALSE, results="hide", message=FALSE} |
14 | 14 |
#library("txtplot") |
... | ... |
@@ -25,16 +25,18 @@ Biocpkg <- function (pkg) { |
25 | 25 |
[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) |
26 | 26 |
[](http://www.repostatus.org/#active) |
27 | 27 |
[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) |
28 |
-`r badge_bioc_release("ggtree", "green")` |
|
29 |
-`r badge_devel("guangchuangyu/ggtree", "green")` |
|
28 |
+[](https://awesome-r.com/#awesome-r-graphic-displays) |
|
30 | 29 |
|
31 | 30 |
|
31 |
+`r badge_bioc_release("ggtree", "green")` |
|
32 |
+`r badge_devel("guangchuangyu/ggtree", "green")` |
|
32 | 33 |
[](https://codecov.io/gh/GuangchuangYu/ggtree) |
33 | 34 |
[)`-green.svg)](https://github.com/GuangchuangYu/ggtree/commits/master) |
34 |
-`r badge_bioc_download_rank("ggtree")` |
|
35 |
+ |
|
36 |
+ |
|
35 | 37 |
`r badge_bioc_download("ggtree", "total", "blue")` |
36 | 38 |
`r badge_bioc_download("ggtree", "month", "blue")` |
37 |
-[](https://awesome-r.com/#awesome-r-graphic-displays) |
|
39 |
+`r badge_bioc_download_rank("ggtree")` |
|
38 | 40 |
|
39 | 41 |
|
40 | 42 |
```{r comment="", echo=FALSE, results='asis'} |
... | ... |
@@ -1,23 +1,24 @@ |
1 | 1 |
<!-- README.md is generated from README.Rmd. Please edit that file --> |
2 | 2 |
|
3 |
-# ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data |
|
3 |
+# ggtree: an R package for visualization of tree and annotation data |
|
4 | 4 |
|
5 |
-<a href="https://github.com/YuLab-SMU/ggtree"><img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" /></a> |
|
5 |
+<a href="https://yulab-smu.github.io/treedata-book/"><img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" /></a> |
|
6 | 6 |
|
7 | 7 |
[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) |
8 | 8 |
[](http://www.repostatus.org/#active) |
11 | 11 |
[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) |
12 |
+[](https://awesome-r.com/#awesome-r-graphic-displays) |
|
13 |
+ |
|
12 | 14 |
[](https://www.bioconductor.org/packages/ggtree) |
13 | 15 |
[](https://github.com/guangchuangyu/ggtree) |
14 |
- |
|
15 | 16 |
[](https://codecov.io/gh/GuangchuangYu/ggtree) |
16 | 17 |
[](https://github.com/GuangchuangYu/ggtree/commits/master) |
17 |
-[](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
18 |
+ |
|
18 | 19 |
[](https://bioconductor.org/packages/stats/bioc/ggtree) |
19 | 20 |
[](https://bioconductor.org/packages/stats/bioc/ggtree) |
20 |
-[](https://awesome-r.com/#awesome-r-graphic-displays) |
|
21 |
+[](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
21 | 22 |
|
22 | 23 |
‘ggtree’ extends the ‘ggplot2’ plotting system which implemented the |
23 | 24 |
grammar of graphics. ‘ggtree’ is designed for visualization and |