... | ... |
@@ -2,7 +2,7 @@ Package: ggtree |
2 | 2 |
Type: Package |
3 | 3 |
Title: an R package for visualization and annotation of phylogenetic trees with |
4 | 4 |
their covariates and other associated data |
5 |
-Version: 1.13.0.001 |
|
5 |
+Version: 1.13.0.002 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")), |
8 | 8 |
person("Tommy Tsan-Yuk", "Lam", email = "tylam.tommy@gmail.com", role = c("aut", "ths")), |
... | ... |
@@ -1,5 +1,7 @@ |
1 |
-# ggtree 1.13.0.001 |
|
1 |
+# ggtree 1.13.0.002 |
|
2 | 2 |
|
3 |
++ typo on vignettes (2018-05-08, Tue) |
|
4 |
+ - <https://github.com/GuangchuangYu/ggtree/pull/178>, thanks [@abichat](https://github.com/abichat) |
|
3 | 5 |
+ compatible with ggplot2 2.2.1.9000 (2018-05-02, Wed) |
4 | 6 |
- incorporate newly introduce parameter `linejoin` and `arrow.fill` in `geom_segment` |
5 | 7 |
|