Browse code

update docs

Guangchuang Yu authored on 09/08/2019 03:42:00
Showing 3 changed files

... ...
@@ -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
 [![platform](http://www.bioconductor.org/shields/availability/devel/ggtree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives)
26 26
 [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
27 27
 [![Bioc](http://www.bioconductor.org/shields/years-in-bioc/ggtree.svg)](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
+[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](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
 [![codecov](https://codecov.io/gh/GuangchuangYu/ggtree/branch/master/graph/badge.svg)](https://codecov.io/gh/GuangchuangYu/ggtree)
33 34
 [![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-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
-[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](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
 [![platform](http://www.bioconductor.org/shields/availability/devel/ggtree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives)
8 8
 [![Project Status: Active - The project has reached a stable, usable
9 9
 state and is being actively
10 10
 developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
11 11
 [![Bioc](http://www.bioconductor.org/shields/years-in-bioc/ggtree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since)
12
+[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://awesome-r.com/#awesome-r-graphic-displays)
13
+
12 14
 [![](https://img.shields.io/badge/release%20version-1.16.3-green.svg)](https://www.bioconductor.org/packages/ggtree)
13 15
 [![](https://img.shields.io/badge/devel%20version-1.17.4-green.svg)](https://github.com/guangchuangyu/ggtree)
14
-
15 16
 [![codecov](https://codecov.io/gh/GuangchuangYu/ggtree/branch/master/graph/badge.svg)](https://codecov.io/gh/GuangchuangYu/ggtree)
16 17
 [![Last-changedate](https://img.shields.io/badge/last%20change-2019--08--09-green.svg)](https://github.com/GuangchuangYu/ggtree/commits/master)
17
-[![download](http://www.bioconductor.org/shields/downloads/release/ggtree.svg)](https://bioconductor.org/packages/stats/bioc/ggtree)
18
+
18 19
 [![](https://img.shields.io/badge/download-54064/total-blue.svg)](https://bioconductor.org/packages/stats/bioc/ggtree)
19 20
 [![](https://img.shields.io/badge/download-2000/month-blue.svg)](https://bioconductor.org/packages/stats/bioc/ggtree)
20
-[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://awesome-r.com/#awesome-r-graphic-displays)
21
+[![download](http://www.bioconductor.org/shields/downloads/release/ggtree.svg)](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