... | ... |
@@ -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.007 |
|
5 |
+Version: 1.13.1 |
|
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")), |
... | ... |
@@ -18,7 +18,7 @@ Depends: |
18 | 18 |
Imports: |
19 | 19 |
ape, |
20 | 20 |
dplyr, |
21 |
- ggplot2 (>= 2.2.1.9000), |
|
21 |
+ ggplot2 (>= 3.0.0), |
|
22 | 22 |
grDevices, |
23 | 23 |
grid, |
24 | 24 |
magrittr, |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# ggtree 1.13.0.007 |
|
1 |
+# ggtree 1.13.1 |
|
2 | 2 |
|
3 | 3 |
+ `geom_nodepoint` & `geom_tippoint` now compatible with `ggplot2` v 2.2.1 & |
4 |
- 2.2.2 (2018-06-25, Mon) |
|
4 |
+ 3.0.0 (2018-06-26, Tue) |
|
5 | 5 |
+ `geom_rootedge` (2018-06-13, Wed) |
6 | 6 |
- <https://github.com/GuangchuangYu/ggtree/issues/183> |
7 | 7 |
+ `clade_name` parameter added in `collapse` (2018-05-28, Mon) |