... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ggtree |
2 | 2 |
Type: Package |
3 | 3 |
Title: an R package for visualization of tree and annotation data |
4 |
-Version: 3.7.0.001 |
|
4 |
+Version: 3.7.1 |
|
5 | 5 |
Authors@R: c( |
6 | 6 |
person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), |
7 | 7 |
comment = c(ORCID = "0000-0002-6485-8781")), |
... | ... |
@@ -26,8 +26,9 @@ |
26 | 26 |
|
27 | 27 |
--> |
28 | 28 |
|
29 |
-# ggtree 3.7.0.001 |
|
29 |
+# ggtree 3.7.1 |
|
30 | 30 |
|
31 |
++ compatible with ggplot2 v=3.4.0 (2022-11-07, Mon) |
|
31 | 32 |
+ allows setting `options(clade_align = TRUE)` to align `geom_hilight()` layer and allows setting `options(clade_width_extend = 0.35)` to set the amount the width extension (in y-axis) of `geom_hilight()`. These two features is designed for `ggtreeDendro::geom_rect_subtree()` layer (2022-11-06, Sun) |
32 | 33 |
|
33 | 34 |
# ggtree 3.6.0 |