git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@120192 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ggtree |
2 | 2 |
Type: Package |
3 | 3 |
Title: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data |
4 |
-Version: 1.5.10 |
|
4 |
+Version: 1.5.11 |
|
5 | 5 |
Author: Guangchuang Yu and Tommy Tsan-Yuk Lam |
6 | 6 |
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com> |
7 | 7 |
Description: 'ggtree' extends the 'ggplot2' plotting system which implemented the grammar of graphics. |
... | ... |
@@ -1,3 +1,9 @@ |
1 |
+CHANGES IN VERSION 1.5.11 |
|
2 |
+------------------------ |
|
3 |
+ o bug fixed in geom_tiplab <2016-08-17, Wed> |
|
4 |
+ + https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/bioc-ggtree/Tm9ULK7hd9E/HviXEh3CBwAJ |
|
5 |
+ o update citation info, add doi. <2016-08-16, Tue> |
|
6 |
+ |
|
1 | 7 |
CHANGES IN VERSION 1.5.10 |
2 | 8 |
------------------------ |
3 | 9 |
o fixed issue #72 for label of geom_treescale not displayed <2016-08-16, Tue> |
... | ... |
@@ -38,7 +38,7 @@ geom_tiplab <- function(mapping=NULL, hjust = 0, align = FALSE, linetype = "dott |
38 | 38 |
if (align && (!is.na(linetype) && !is.null(linetype))) { |
39 | 39 |
dot_mapping <- aes(xend=x+diff(range(x, na.rm=TRUE))/200, x=max(x, na.rm=TRUE), y=y, yend=y, subset=isTip) |
40 | 40 |
if (!is.null(mapping)) { |
41 |
- dot_mapping <- modifyList(mapping, dot_mapping) |
|
41 |
+ dot_mapping <- modifyList(dot_mapping, mapping) |
|
42 | 42 |
} |
43 | 43 |
} |
44 | 44 |
|
45 | 45 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+.onAttach <- function(libname, pkgname) { |
|
2 |
+ ## pkgVersion <- packageDescription(pkgname, fields="Version") |
|
3 |
+ msg <- paste0("If you use ggtree in published research, please cite:\n\n", |
|
4 |
+ "Guangchuang Yu, David Smith, Huachen Zhu, Yi Guan, Tommy Tsan-Yuk Lam.\n", |
|
5 |
+ "ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data.\n", |
|
6 |
+ "Methods in Ecology and Evolution 2016, doi:10.1111/2041-210X.12628\n\n") |
|
7 |
+ packageStartupMessage(msg) |
|
8 |
+} |
... | ... |
@@ -3,9 +3,9 @@ ggtree: an R package for visualization and annotation of phylogenetic trees with |
3 | 3 |
|
4 | 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 |
-[](http://www.repostatus.org/#active) [](https://codecov.io/gh/GuangchuangYu/ggtree) [](https://github.com/GuangchuangYu/ggtree/commits/master) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#svn_source) [](https://github.com/GuangchuangYu/ggtree/network) [](https://github.com/GuangchuangYu/ggtree/stargazers) |
|
6 |
+[](http://www.repostatus.org/#active) [](https://codecov.io/gh/GuangchuangYu/ggtree) [](https://github.com/GuangchuangYu/ggtree/commits/master) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#svn_source) [](https://github.com/GuangchuangYu/ggtree/network) [](https://github.com/GuangchuangYu/ggtree/stargazers) |
|
7 | 7 |
|
8 |
-[](https://bioconductor.org/packages/ggtree) [](https://github.com/GuangchuangYu/ggtree) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [](https://support.bioconductor.org/t/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree/) |
|
8 |
+[](https://bioconductor.org/packages/ggtree) [](https://github.com/GuangchuangYu/ggtree) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [](https://support.bioconductor.org/t/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree/) |
|
9 | 9 |
|
10 | 10 |
The `ggtree` package extending the `ggplot2` package. It based on grammar of graphics and takes all the good parts of `ggplot2`. `ggtree` is designed for not only viewing phylogenetic tree but also displaying annotation data on the tree. |
11 | 11 |
|
... | ... |
@@ -17,6 +17,8 @@ Please cite the following article when using `ggtree`: |
17 | 17 |
|
18 | 18 |
**G Yu**, DK Smith, H Zhu, Y Guan, TTY Lam<sup>\*</sup>. ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. ***Methods in Ecology and Evolution***. *accepted* |
19 | 19 |
|
20 |
+[](http://dx.doi.org/10.1111/2041-210X.12628) |
|
21 |
+ |
|
20 | 22 |
------------------------------------------------------------------------ |
21 | 23 |
|
22 | 24 |
For details, please visit our project website, <https://guangchuangyu.github.io/ggtree>. |
... | ... |
@@ -28,7 +30,13 @@ For details, please visit our project website, <https://guangchuangyu.github.io/ |
28 | 30 |
|
29 | 31 |
### Download stats |
30 | 32 |
|
31 |
-[](https://bioconductor.org/packages/stats/bioc/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree/) |
|
33 |
+[](https://bioconductor.org/packages/stats/bioc/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree/) |
|
34 |
+ |
|
35 |
+ If you use ggtree in published research, please cite: |
|
36 |
+ |
|
37 |
+ Guangchuang Yu, David Smith, Huachen Zhu, Yi Guan, Tommy Tsan-Yuk Lam. |
|
38 |
+ ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. |
|
39 |
+ Methods in Ecology and Evolution 2016, doi:10.1111/2041-210X.12628 |
|
32 | 40 |
|
33 | 41 |
+---------------------------+---------------------------+----------------------------+--------+ |
34 | 42 |
| * | |
... | ... |
@@ -16,11 +16,11 @@ citEntry( |
16 | 16 |
issue = "", |
17 | 17 |
number = "", |
18 | 18 |
pages = "", |
19 |
- doi = "", |
|
19 |
+ doi = "10.1111/2041-210X.12628", |
|
20 | 20 |
PMID = "", |
21 | 21 |
url = "", |
22 | 22 |
textVersion = paste("Guangchuang Yu, David Smith, Huachen Zhu, Yi Guan, Tommy Tsan-Yuk Lam.", |
23 | 23 |
"ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data.", |
24 |
- "Methods in Ecology and Evolution revised") |
|
24 |
+ "Methods in Ecology and Evolution 2016 accepted, doi:10.1111/2041-210X.12628") |
|
25 | 25 |
) |
26 | 26 |
|
... | ... |
@@ -42,7 +42,7 @@ library("ggtree") |
42 | 42 |
# Citation |
43 | 43 |
If you use `ggtree` in published research, please cite: |
44 | 44 |
|
45 |
-__G Yu__, DK Smith, H Zhu, Y Guan, TTY Lam^\*^. ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. __*Methods in Ecology and Evolution*__. _accepted_ |
|
45 |
+__G Yu__, DK Smith, H Zhu, Y Guan, TTY Lam^\*^. ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. __*Methods in Ecology and Evolution*__. _accepted_. doi:[10.1111/2041-210X.12628](http://dx.doi.org/10.1111/2041-210X.12628) |
|
46 | 46 |
|
47 | 47 |
|
48 | 48 |
# Introduction |