... | ... |
@@ -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.3.2 |
|
4 |
+Version: 3.3.3 |
|
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")), |
... | ... |
@@ -25,6 +25,11 @@ |
25 | 25 |
|
26 | 26 |
--> |
27 | 27 |
|
28 |
+# ggtree 3.3.3 |
|
29 |
+ |
|
30 |
++ `geom_striplab()` that supports `aes()` mapping (2022-04-22, Fri, #493) |
|
31 |
++ `to.bottom` parameter introduced in `geom_hilight()` to allow the highlight layer was added into the lowest layer stack (2022-04-22, Fri, #492) |
|
32 |
+ |
|
28 | 33 |
# ggtree 3.3.2 |
29 | 34 |
|
30 | 35 |
+ mv `identify()` method to 'ggfun' (2022-04-01, Fri) |