... | ... |
@@ -2,10 +2,11 @@ PKGNAME := $(shell sed -n "s/Package: *\([^ ]*\)/\1/p" DESCRIPTION) |
2 | 2 |
PKGVERS := $(shell sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION) |
3 | 3 |
PKGSRC := $(shell basename `pwd`) |
4 | 4 |
|
5 |
-all: check clean |
|
5 |
+all: docs check clean |
|
6 | 6 |
|
7 | 7 |
docs: |
8 | 8 |
Rscript -e 'roxygen2::roxygenise(".")' |
9 |
+ Rscript -e 'rmarkdown::render("README.Rmd")' |
|
9 | 10 |
|
10 | 11 |
build: |
11 | 12 |
cd ..;\ |
... | ... |
@@ -11,7 +11,7 @@ html_preview: false |
11 | 11 |
[](https://bioconductor.org/checkResults/devel/bioc-LATEST/ggtree/) |
12 | 12 |
[](https://travis-ci.org/GuangchuangYu/ggtree) |
13 | 13 |
[](https://ci.appveyor.com/project/GuangchuangYu/ggtree) |
14 |
- |
|
14 |
+[](http://bioconda.github.io/recipes/bioconductor-ggtree/README.html) |
|
15 | 15 |
|
16 | 16 |
[; y=x[grep("^Version", x)]; sub("Version: ", "", y)`-green.svg?style=flat)](https://github.com/GuangchuangYu/ggtree/blob/master/DESCRIPTION) |
17 | 17 |
[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data |
2 | 2 |
=========================================================================================================================== |
3 | 3 |
|
4 |
-[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) [](https://bioconductor.org/checkResults/devel/bioc-LATEST/ggtree/) [](https://travis-ci.org/GuangchuangYu/ggtree) [](https://ci.appveyor.com/project/GuangchuangYu/ggtree) |
|
4 |
+[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) [](https://bioconductor.org/checkResults/devel/bioc-LATEST/ggtree/) [](https://travis-ci.org/GuangchuangYu/ggtree) [](https://ci.appveyor.com/project/GuangchuangYu/ggtree) [](http://bioconda.github.io/recipes/bioconductor-ggtree/README.html) |
|
5 | 5 |
|
6 | 6 |
[](https://github.com/GuangchuangYu/ggtree/blob/master/DESCRIPTION) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [](https://support.bioconductor.org/t/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree/) [](https://twitter.com/intent/tweet?hashtags=ggtree&url=https://guangchuangyu.github.io/ggtree) |
7 | 7 |
|