... | ... |
@@ -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.5.1 |
|
4 |
+Version: 3.5.1.900 |
|
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,10 @@ |
25 | 25 |
|
26 | 26 |
--> |
27 | 27 |
|
28 |
+# ggtree 3.5.1.900 |
|
29 |
+ |
|
30 |
++ optimize `geom_tiplab` to better compatible with dendrogram layout (2022-06-23, Thu) |
|
31 |
+ |
|
28 | 32 |
# ggtree 3.5.1 |
29 | 33 |
|
30 | 34 |
+ `as.phylo.hclust2` to correct edge length as displayed in `stats:::plot.hclust` (2022-06-21, Tue) |