... | ... |
@@ -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.0.901 |
|
4 |
+Version: 3.3.1 |
|
5 | 5 |
Authors@R: c( |
6 | 6 |
person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")), |
7 | 7 |
person("Tommy Tsan-Yuk", "Lam", email = "tylam.tommy@gmail.com", role = c("aut", "ths")), |
... | ... |
@@ -2,11 +2,8 @@ |
2 | 2 |
|
3 | 3 |
# TODO LIST |
4 | 4 |
|
5 |
-+ use graph layout to visualize tree |
|
6 |
- - <https://github.com/YuLab-SMU/ggtree/issues/460> |
|
7 |
- + igraph layout |
|
8 |
- + graphlayouts: <https://cran.r-project.org/web/packages/graphlayouts/index.html> |
|
9 |
- + TreeAndLeaf layout: <https://www.bioconductor.org/packages/TreeAndLeaf> |
|
5 |
+ |
|
6 |
++ TreeAndLeaf layout: <https://www.bioconductor.org/packages/TreeAndLeaf> |
|
10 | 7 |
+ `phylogeography` |
11 | 8 |
- <https://stackoverflow.com/questions/68668788/phylogeography-how-to-combine-phylogenetic-tree-and-geographic-map-and-create> |
12 | 9 |
+ `phylomorphospace` |
... | ... |
@@ -29,8 +26,11 @@ |
29 | 26 |
|
30 | 27 |
--> |
31 | 28 |
|
32 |
-# ggtree 3.3.0.901 |
|
33 |
- |
|
29 |
+# ggtree 3.3.1 |
|
30 |
+ |
|
31 |
++ use graph layouts to visualize tree (2021-12-10, Fri, #460, #461) |
|
32 |
+ - igraph layout |
|
33 |
+ - graphlayouts: <https://cran.r-project.org/web/packages/graphlayouts/index.html> |
|
34 | 34 |
+ `scale_color_subtree` and `scale_colour_subtree` to color subtree via taxa group information (e.g., cutree, or kmeans) (2021-12-01, Wed) |
35 | 35 |
+ set `na.value = 'white'` in `msaplot()` (2021-10-29, Fri) |
36 | 36 |
|