Browse code

fixed R check

Guangchuang Yu authored on 04/04/2023 03:12:42
Showing 1 changed files
... ...
@@ -26,7 +26,7 @@
26 26
 
27 27
 -->
28 28
 
29
-# ggtree 3.7.1.003
29
+# ggtree 3.7.2
30 30
 
31 31
 + `ggtree()` supports 'dendro' object (`ggdendro::dendro_data()` output) (2023-03-02, Thu)
32 32
 + update `theme_dendrogram()` to use `ggfun::theme_noxaxis()` (2022-11-21, Mon)
Browse code

ggtree supports dendro object

Guangchuang Yu authored on 02/03/2023 02:23:07
Showing 1 changed files
... ...
@@ -26,8 +26,9 @@
26 26
 
27 27
 -->
28 28
 
29
-# ggtree 3.7.1.002
29
+# ggtree 3.7.1.003
30 30
 
31
++ `ggtree()` supports 'dendro' object (`ggdendro::dendro_data()` output) (2023-03-02, Thu)
31 32
 + update `theme_dendrogram()` to use `ggfun::theme_noxaxis()` (2022-11-21, Mon)
32 33
 + using `cli::cli_alert_warning()` instead of `warning_wrap` (2022-11-10, Thu)
33 34
 
Browse code

update theme_dendrogram

Guangchuang Yu authored on 21/11/2022 02:28:11
Showing 1 changed files
... ...
@@ -26,8 +26,9 @@
26 26
 
27 27
 -->
28 28
 
29
-# ggtree 3.7.1.001
29
+# ggtree 3.7.1.002
30 30
 
31
++ update `theme_dendrogram()` to use `ggfun::theme_noxaxis()` (2022-11-21, Mon)
31 32
 + using `cli::cli_alert_warning()` instead of `warning_wrap` (2022-11-10, Thu)
32 33
 
33 34
 # ggtree 3.7.1
Browse code

update docs

Guangchuang Yu authored on 10/11/2022 10:01:17
Showing 1 changed files
... ...
@@ -26,6 +26,10 @@
26 26
 
27 27
 -->
28 28
 
29
+# ggtree 3.7.1.001
30
+
31
++ using `cli::cli_alert_warning()` instead of `warning_wrap` (2022-11-10, Thu)
32
+
29 33
 # ggtree 3.7.1
30 34
 
31 35
 + compatible with ggplot2 v=3.4.0 (2022-11-07, Mon)
Browse code

bump version

Guangchuang Yu authored on 06/11/2022 14:52:54
Showing 1 changed files
... ...
@@ -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
Browse code

geom_hilight options

Guangchuang Yu authored on 06/11/2022 07:48:45
Showing 1 changed files
... ...
@@ -26,6 +26,9 @@
26 26
 
27 27
 -->
28 28
 
29
+# ggtree 3.7.0.001
30
+
31
++ 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)
29 32
 
30 33
 # ggtree 3.6.0
31 34
 
Browse code

update docs

Guangchuang Yu authored on 02/11/2022 02:53:13
Showing 0 changed files
Browse code

update

Guangchuang Yu authored on 26/09/2022 07:42:10
Showing 1 changed files
... ...
@@ -25,8 +25,9 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.5.3.001
28
+# ggtree 3.5.3.002
29 29
 
30
++ add new citation (the iMeta 2022 paper) (2022-09-26, Mon)
30 31
 + move `scale_color_subtree()` to the 'ggtreeDendro' package (2022-09-23, Fri)
31 32
 
32 33
 # ggtree 3.5.3
Browse code

move scale-color-subtree to ggtreeDendro

Guangchuang Yu authored on 23/09/2022 02:52:18
Showing 1 changed files
... ...
@@ -24,6 +24,11 @@
24 24
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
25 25
 
26 26
 -->
27
+
28
+# ggtree 3.5.3.001
29
+
30
++ move `scale_color_subtree()` to the 'ggtreeDendro' package (2022-09-23, Fri)
31
+
27 32
 # ggtree 3.5.3
28 33
 
29 34
 + update `fortify` method for `pvclust` object (2022-08-15, Mon)
Browse code

bump version

Guangchuang Yu authored on 19/08/2022 08:36:03
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@
24 24
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
25 25
 
26 26
 -->
27
-# ggtree 3.5.2.992
27
+# ggtree 3.5.3
28 28
 
29 29
 + update `fortify` method for `pvclust` object (2022-08-15, Mon)
30 30
 + add citation of the tree data book (2022-08-13, Sat)
Browse code

update docs

Guangchuang Yu authored on 15/08/2022 10:06:17
Showing 1 changed files
... ...
@@ -24,8 +24,9 @@
24 24
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
25 25
 
26 26
 -->
27
-# ggtree 3.5.2.991
27
+# ggtree 3.5.2.992
28 28
 
29
++ update `fortify` method for `pvclust` object (2022-08-15, Mon)
29 30
 + add citation of the tree data book (2022-08-13, Sat)
30 31
 
31 32
 # ggtree 3.5.2
Browse code

update citation

Guangchuang Yu authored on 13/08/2022 09:45:00
Showing 1 changed files
... ...
@@ -24,6 +24,9 @@
24 24
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
25 25
 
26 26
 -->
27
+# ggtree 3.5.2.991
28
+
29
++ add citation of the tree data book (2022-08-13, Sat)
27 30
 
28 31
 # ggtree 3.5.2
29 32
 
Browse code

linkage support

Guangchuang Yu authored on 11/08/2022 09:03:41
Showing 1 changed files
... ...
@@ -25,8 +25,10 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.5.1.902
28
+# ggtree 3.5.2
29 29
 
30
++ `scale_color_subtree()` now supports passing a numeric value and internally it will call `cutree(tree, k)` (2022-08-11, Thu)
31
++ support 'linkage' class defined in the 'mdendro' package (2022-08-11, Thu)
30 32
 + clone the plot environment before assigning layout (2022-07-19, Tue, #516)
31 33
 + bug fixed in 'equal_angle' layout (2022-07-08, Fri, #514)
32 34
 + optimize `geom_tiplab` to better compatible with dendrogram layout (2022-06-23, Thu, #508)
Browse code

update docs

Guangchuang Yu authored on 19/07/2022 03:13:41
Showing 1 changed files
... ...
@@ -25,10 +25,11 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.5.1.901
28
+# ggtree 3.5.1.902
29 29
 
30
++ clone the plot environment before assigning layout (2022-07-19, Tue, #516)
30 31
 + bug fixed in 'equal_angle' layout (2022-07-08, Fri, #514)
31
-+ optimize `geom_tiplab` to better compatible with dendrogram layout (2022-06-23, Thu)
32
++ optimize `geom_tiplab` to better compatible with dendrogram layout (2022-06-23, Thu, #508)
32 33
 
33 34
 # ggtree 3.5.1
34 35
 
Browse code

update

Guangchuang Yu authored on 09/07/2022 07:33:16
Showing 1 changed files
... ...
@@ -25,8 +25,9 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.5.1.900
28
+# ggtree 3.5.1.901
29 29
 
30
++ bug fixed in 'equal_angle' layout (2022-07-08, Fri, #514)
30 31
 + optimize `geom_tiplab` to better compatible with dendrogram layout (2022-06-23, Thu)
31 32
 
32 33
 # ggtree 3.5.1
Browse code

update docs

Guangchuang Yu authored on 23/06/2022 03:18:21
Showing 1 changed files
... ...
@@ -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)
Browse code

as.phylo.hclust2

Guangchuang Yu authored on 21/06/2022 08:59:44
Showing 1 changed files
... ...
@@ -25,10 +25,10 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.5.0.902
28
+# ggtree 3.5.1
29 29
 
30
++ `as.phylo.hclust2` to correct edge length as displayed in `stats:::plot.hclust` (2022-06-21, Tue)
30 31
 + add outline to nodepies (2022-06-20, Mon, #506)
31
-+ `update_edge_hclust()` to adjust edge length of a `phylo` object converted from a `hclust` object via `ape::as.phylo()` (2022-06-05, Sun)
32 32
 + new 'slanted' layout for `branch.length = 'none'` (2022-04-29, Fri, #497)
33 33
     - only works for Cartesian coordination, that means it will not work for `layout = 'radial'`
34 34
 
Browse code

update

Guangchuang Yu authored on 20/06/2022 07:13:19
Showing 1 changed files
... ...
@@ -25,8 +25,9 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.5.0.901
28
+# ggtree 3.5.0.902
29 29
 
30
++ add outline to nodepies (2022-06-20, Mon, #506)
30 31
 + `update_edge_hclust()` to adjust edge length of a `phylo` object converted from a `hclust` object via `ape::as.phylo()` (2022-06-05, Sun)
31 32
 + new 'slanted' layout for `branch.length = 'none'` (2022-04-29, Fri, #497)
32 33
     - only works for Cartesian coordination, that means it will not work for `layout = 'radial'`
Browse code

update_edge_hclust

Guangchuang Yu authored on 04/06/2022 17:02:02
Showing 1 changed files
... ...
@@ -25,8 +25,9 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.5.0.900
28
+# ggtree 3.5.0.901
29 29
 
30
++ `update_edge_hclust()` to adjust edge length of a `phylo` object converted from a `hclust` object via `ape::as.phylo()` (2022-06-05, Sun)
30 31
 + new 'slanted' layout for `branch.length = 'none'` (2022-04-29, Fri, #497)
31 32
     - only works for Cartesian coordination, that means it will not work for `layout = 'radial'`
32 33
 
Browse code

update docs, #496, #497

Guangchuang Yu authored on 29/04/2022 08:02:38
Showing 1 changed files
... ...
@@ -25,6 +25,15 @@
25 25
 
26 26
 -->
27 27
 
28
+# ggtree 3.5.0.900
29
+
30
++ new 'slanted' layout for `branch.length = 'none'` (2022-04-29, Fri, #497)
31
+    - only works for Cartesian coordination, that means it will not work for `layout = 'radial'`
32
+
33
+# ggtree 3.4.0
34
+
35
++ Bioconductor 3.15 release (2022-04-28, Thu)
36
+
28 37
 # ggtree 3.3.3
29 38
 
30 39
 + `geom_striplab()` that supports `aes()` mapping (2022-04-22, Fri, #493)
Browse code

bump version

Guangchuang Yu authored on 24/04/2022 02:10:02
Showing 1 changed files
... ...
@@ -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)
Browse code

bump version

Guangchuang Yu authored on 14/04/2022 01:47:54
Showing 1 changed files
... ...
@@ -25,7 +25,7 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.3.1.901
28
+# ggtree 3.3.2
29 29
 
30 30
 + mv `identify()` method to 'ggfun' (2022-04-01, Fri)
31 31
 + update `identify.gg()` to support 'ggplot' object and `+xlim()` 
Browse code

mv identify to ggfun

Guangchuang Yu authored on 01/04/2022 08:21:52
Showing 1 changed files
... ...
@@ -27,7 +27,8 @@
27 27
 
28 28
 # ggtree 3.3.1.901
29 29
 
30
-+ update `identify.gg()` to support 'ggplot' object and `+xlim()` (2022-04-01, Fri)
30
++ mv `identify()` method to 'ggfun' (2022-04-01, Fri)
31
++ update `identify.gg()` to support 'ggplot' object and `+xlim()` 
31 32
 + update man files (2022-03-23, Wed, #489)
32 33
 
33 34
 # ggtree 3.3.1
Browse code

update identify() method

Guangchuang Yu authored on 01/04/2022 02:45:58
Showing 1 changed files
... ...
@@ -25,8 +25,9 @@
25 25
 
26 26
 -->
27 27
 
28
-# ggtree 3.3.1.900
28
+# ggtree 3.3.1.901
29 29
 
30
++ update `identify.gg()` to support 'ggplot' object and `+xlim()` (2022-04-01, Fri)
30 31
 + update man files (2022-03-23, Wed, #489)
31 32
 
32 33
 # ggtree 3.3.1
Browse code

update man files and fixed R check

Guangchuang Yu authored on 23/03/2022 04:13:34
Showing 1 changed files
... ...
@@ -20,12 +20,15 @@
20 20
   - <https://www.rdocumentation.org/packages/phytools/versions/0.7-70/topics/cophylo> 
21 21
 + `fortify` method for `phyloseq` object should return a tidy data.frame
22 22
   - maybe we can defined another object (inherited from treedata?) and provide converter for `phyloseq`
23
-+ update ggtree man files
24 23
 + The `daylight` algorithm is quite slow compare to `ggraph` and needs to  be optimized
25 24
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
26 25
 
27 26
 -->
28 27
 
28
+# ggtree 3.3.1.900
29
+
30
++ update man files (2022-03-23, Wed, #489)
31
+
29 32
 # ggtree 3.3.1
30 33
   
31 34
 + use graph layouts to visualize tree (2021-12-10, Fri, #460, #461)
Browse code

bump version

Guangchuang Yu authored on 10/12/2021 09:53:25
Showing 1 changed files
... ...
@@ -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
 
Browse code

Update NEWS.md

Guangchuang Yu authored on 08/12/2021 15:52:15 • GitHub committed on 08/12/2021 15:52:15
Showing 1 changed files
... ...
@@ -2,6 +2,11 @@
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 10
 + `phylogeography`
6 11
   - <https://stackoverflow.com/questions/68668788/phylogeography-how-to-combine-phylogenetic-tree-and-geographic-map-and-create>
7 12
 + `phylomorphospace`
Browse code

direct support kmeans

Guangchuang Yu authored on 02/12/2021 03:27:15
Showing 1 changed files
... ...
@@ -26,7 +26,7 @@
26 26
 
27 27
 # ggtree 3.3.0.901
28 28
 
29
-+ `scale_color_subtree` and `scale_colour_subtree` to color subtree via taxa group information (e.g., cutree) (2021-12-01, Wed)
29
++ `scale_color_subtree` and `scale_colour_subtree` to color subtree via taxa group information (e.g., cutree, or kmeans) (2021-12-01, Wed)
30 30
 + set `na.value = 'white'` in `msaplot()` (2021-10-29, Fri)
31 31
 
32 32
 # ggtree 3.2.0
Browse code

scale_color_subtree

Guangchuang Yu authored on 01/12/2021 08:14:20
Showing 1 changed files
... ...
@@ -24,8 +24,9 @@
24 24
 
25 25
 -->
26 26
 
27
-# ggtree 3.3.0.900
27
+# ggtree 3.3.0.901
28 28
 
29
++ `scale_color_subtree` and `scale_colour_subtree` to color subtree via taxa group information (e.g., cutree) (2021-12-01, Wed)
29 30
 + set `na.value = 'white'` in `msaplot()` (2021-10-29, Fri)
30 31
 
31 32
 # ggtree 3.2.0
Guangchuang Yu authored on 15/11/2021 02:29:43
Showing 1 changed files
... ...
@@ -2,6 +2,8 @@
2 2
 
3 3
 # TODO LIST
4 4
 
5
++ `phylogeography`
6
+  - <https://stackoverflow.com/questions/68668788/phylogeography-how-to-combine-phylogenetic-tree-and-geographic-map-and-create>
5 7
 + `phylomorphospace`
6 8
   - <https://github.com/YuLab-SMU/ggtree/issues/370>
7 9
   - <https://github.com/wabarr/ggphylomorpho>
Guangchuang Yu authored on 12/11/2021 05:44:12
Showing 1 changed files
... ...
@@ -3,8 +3,10 @@
3 3
 # TODO LIST
4 4
 
5 5
 + `phylomorphospace`
6
-+ `type` parameter in `geom_hilight` accepts 'roundrect' and 'gradient'
7
-  - <https://github.com/YuLab-SMU/ggtree/pull/444#issuecomment-949335277>
6
+  - <https://github.com/YuLab-SMU/ggtree/issues/370>
7
+  - <https://github.com/wabarr/ggphylomorpho>
8
++ visualize support values obtained from different methods
9
+  - <https://github.com/YuLab-SMU/ggtree/issues/451>
8 10
 + `height` parameter to `collapse()`
9 11
   - <https://github.com/YuLab-SMU/ggtree/issues/409#issuecomment-944034311>
10 12
 + rewrite `revts` to `scale_revts`
Browse code

phylomorphospace

Guangchuang Yu authored on 08/11/2021 01:34:55
Showing 1 changed files
... ...
@@ -2,6 +2,7 @@
2 2
 
3 3
 # TODO LIST
4 4
 
5
++ `phylomorphospace`
5 6
 + `type` parameter in `geom_hilight` accepts 'roundrect' and 'gradient'
6 7
   - <https://github.com/YuLab-SMU/ggtree/pull/444#issuecomment-949335277>
7 8
 + `height` parameter to `collapse()`
Browse code

set na.value="white" in msaplot()

Guangchuang Yu authored on 29/10/2021 08:09:56
Showing 1 changed files
... ...
@@ -19,6 +19,13 @@
19 19
 
20 20
 -->
21 21
 
22
+# ggtree 3.3.0.900
23
+
24
++ set `na.value = 'white'` in `msaplot()` (2021-10-29, Fri)
25
+
26
+# ggtree 3.2.0
27
+
28
++ Bioconductor 3.14 release
22 29
 
23 30
 # ggtree 3.1.6
24 31
 
Browse code

update news

Guangchuang Yu authored on 25/10/2021 04:05:37
Showing 1 changed files
... ...
@@ -2,6 +2,8 @@
2 2
 
3 3
 # TODO LIST
4 4
 
5
++ `type` parameter in `geom_hilight` accepts 'roundrect' and 'gradient'
6
+  - <https://github.com/YuLab-SMU/ggtree/pull/444#issuecomment-949335277>
5 7
 + `height` parameter to `collapse()`
6 8
   - <https://github.com/YuLab-SMU/ggtree/issues/409#issuecomment-944034311>
7 9
 + rewrite `revts` to `scale_revts`
... ...
@@ -21,7 +23,7 @@
21 23
 # ggtree 3.1.6
22 24
 
23 25
 + `geom_cladelab` now supports extend parameter as in `geom_cladelabel` (2021-10-14, Thu, @xiangpin, #446)
24
-+ `geom_hilight` supports fill linear gradient colour and round rect background (2021-10-11, Mon; @xiangpin, #444)
26
++ `geom_hilight` supports fill linear gradient colour and round rect background (2021-10-11, Mon; @xiangpin, #449, #444)
25 27
 + work with negative edge lengths (`hclust` may generate negative tree heights) (2021-09-29, Wed; @xiangpin, #441, #445)
26 28
 
27 29
 # ggtree 3.1.5
Browse code

Merge branch 'master' of github.com:YuLab-SMU/ggtree

Guangchuang Yu authored on 20/10/2021 03:11:29
Showing 0 changed files
Browse code

bump version

Guangchuang Yu authored on 20/10/2021 03:09:01
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@
19 19
 -->
20 20
 
21 21
 
22
-# ggtree 3.1.5.902
22
+# ggtree 3.1.6
23 23
 
24 24
 + `geom_cladelab` now supports extend parameter as in `geom_cladelabel` (2021-10-14, Thu, @xiangpin, #446)
25 25
 + `geom_hilight` supports fill linear gradient colour and round rect background (2021-10-11, Mon; @xiangpin, #444)
Browse code

Update NEWS.md

Guangchuang Yu authored on 15/10/2021 06:32:02 • GitHub committed on 15/10/2021 06:32:02
Showing 1 changed files
... ...
@@ -4,6 +4,8 @@
4 4
 
5 5
 + `height` parameter to `collapse()`
6 6
   - <https://github.com/YuLab-SMU/ggtree/issues/409#issuecomment-944034311>
7
++ rewrite `revts` to `scale_revts`
8
++ `inset` and relative functions support circular layout
7 9
 + tanglegram support
8 10
   - <https://yulab-smu.top/treedata-book/chapter2.html#ggtree-fortify>
9 11
   - <https://www.rdocumentation.org/packages/phytools/versions/0.7-70/topics/cophylo> 
... ...
@@ -12,11 +14,6 @@
12 14
 + update ggtree man files
13 15
 + The `daylight` algorithm is quite slow compare to `ggraph` and needs to  be optimized
14 16
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
15
-+ rewrite `revts` to `scale_revts`
16
-+ `geom_hilight` supports linear gradual colored rectangle
17
-  - e.g., `grid.rect(gp=gpar(fill=linearGradient()))`
18
-  - <https://developer.r-project.org/Blog/public/2020/07/15/new-features-in-the-r-graphics-engine/>
19
-+ `inset` and relative functions support circular layout
20 17
 
21 18
 -->
22 19
 
Browse code

Update NEWS.md

Guangchuang Yu authored on 15/10/2021 06:25:49 • GitHub committed on 15/10/2021 06:25:49
Showing 1 changed files
... ...
@@ -2,6 +2,8 @@
2 2
 
3 3
 # TODO LIST
4 4
 
5
++ `height` parameter to `collapse()`
6
+  - <https://github.com/YuLab-SMU/ggtree/issues/409#issuecomment-944034311>
5 7
 + tanglegram support
6 8
   - <https://yulab-smu.top/treedata-book/chapter2.html#ggtree-fortify>
7 9
   - <https://www.rdocumentation.org/packages/phytools/versions/0.7-70/topics/cophylo> 
Browse code

update news

Guangchuang Yu authored on 14/10/2021 01:59:58
Showing 1 changed files
... ...
@@ -1,3 +1,5 @@
1
+<!--
2
+
1 3
 # TODO LIST
2 4
 
3 5
 + tanglegram support
... ...
@@ -12,10 +14,14 @@
12 14
 + `geom_hilight` supports linear gradual colored rectangle
13 15
   - e.g., `grid.rect(gp=gpar(fill=linearGradient()))`
14 16
   - <https://developer.r-project.org/Blog/public/2020/07/15/new-features-in-the-r-graphics-engine/>
17
++ `inset` and relative functions support circular layout
18
+
19
+-->
15 20
 
16 21
 
17
-# ggtree 3.1.5.901
22
+# ggtree 3.1.5.902
18 23
 
24
++ `geom_cladelab` now supports extend parameter as in `geom_cladelabel` (2021-10-14, Thu, @xiangpin, #446)
19 25
 + `geom_hilight` supports fill linear gradient colour and round rect background (2021-10-11, Mon; @xiangpin, #444)
20 26
 + work with negative edge lengths (`hclust` may generate negative tree heights) (2021-09-29, Wed; @xiangpin, #441, #445)
21 27
 
Browse code

update docs

Guangchuang Yu authored on 12/10/2021 08:54:53
Showing 1 changed files
... ...
@@ -14,9 +14,10 @@
14 14
   - <https://developer.r-project.org/Blog/public/2020/07/15/new-features-in-the-r-graphics-engine/>
15 15
 
16 16
 
17
-# ggtree 3.1.5.900
17
+# ggtree 3.1.5.901
18 18
 
19
-+ work with negative edge lengths (`hclust` may generate negative tree heights) (2021-09-29, Wed; @xiangpin, #441)
19
++ `geom_hilight` supports fill linear gradient colour and round rect background (2021-10-11, Mon; @xiangpin, #444)
20
++ work with negative edge lengths (`hclust` may generate negative tree heights) (2021-09-29, Wed; @xiangpin, #441, #445)
20 21
 
21 22
 # ggtree 3.1.5
22 23
 
Guangchuang Yu authored on 05/10/2021 06:16:49
Showing 1 changed files
... ...
@@ -9,6 +9,10 @@
9 9
 + The `daylight` algorithm is quite slow compare to `ggraph` and needs to  be optimized
10 10
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
11 11
 + rewrite `revts` to `scale_revts`
12
++ `geom_hilight` supports linear gradual colored rectangle
13
+  - e.g., `grid.rect(gp=gpar(fill=linearGradient()))`
14
+  - <https://developer.r-project.org/Blog/public/2020/07/15/new-features-in-the-r-graphics-engine/>
15
+
12 16
 
13 17
 # ggtree 3.1.5.900
14 18
 
Browse code

update docs

Guangchuang Yu authored on 29/09/2021 07:39:23
Showing 1 changed files
... ...
@@ -10,6 +10,9 @@
10 10
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
11 11
 + rewrite `revts` to `scale_revts`
12 12
 
13
+# ggtree 3.1.5.900
14
+
15
++ work with negative edge lengths (`hclust` may generate negative tree heights) (2021-09-29, Wed; @xiangpin, #441)
13 16
 
14 17
 # ggtree 3.1.5
15 18
 
Browse code

bump version

Guangchuang Yu authored on 28/09/2021 02:28:22
Showing 1 changed files
... ...
@@ -11,9 +11,9 @@
11 11
 + rewrite `revts` to `scale_revts`
12 12
 
13 13
 
14
-# ggtree 3.1.4.993
14
+# ggtree 3.1.5
15 15
 
16
-+ `ggdensitree` with `align.tips=TRUE` sets max x to 0 (2021-09-26, Sun, @brj1, #439)
16
++ `ggdensitree` with `align.tips=TRUE` sets max x to 0 (2021-09-26, Sun; @brj1, #437, #439)
17 17
 + custom column headers for `gheatmap` (2021-09-15, Wed, @matt-sd-watson, #434)
18 18
 + bug fixed of `nudge_x` parameter in `geom_segment2` (2021-09-03, Fri; @xiangpin, #433)
19 19
 
Browse code

update docs

Guangchuang Yu authored on 27/09/2021 01:45:34
Showing 1 changed files
... ...
@@ -1,5 +1,19 @@
1
-# ggtree 3.1.4.992
1
+# TODO LIST
2 2
 
3
++ tanglegram support
4
+  - <https://yulab-smu.top/treedata-book/chapter2.html#ggtree-fortify>
5
+  - <https://www.rdocumentation.org/packages/phytools/versions/0.7-70/topics/cophylo> 
6
++ `fortify` method for `phyloseq` object should return a tidy data.frame
7
+  - maybe we can defined another object (inherited from treedata?) and provide converter for `phyloseq`
8
++ update ggtree man files
9
++ The `daylight` algorithm is quite slow compare to `ggraph` and needs to  be optimized
10
+  - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
11
++ rewrite `revts` to `scale_revts`
12
+
13
+
14
+# ggtree 3.1.4.993
15
+
16
++ `ggdensitree` with `align.tips=TRUE` sets max x to 0 (2021-09-26, Sun, @brj1, #439)
3 17
 + custom column headers for `gheatmap` (2021-09-15, Wed, @matt-sd-watson, #434)
4 18
 + bug fixed of `nudge_x` parameter in `geom_segment2` (2021-09-03, Fri; @xiangpin, #433)
5 19
 
Browse code

fixed R check

Guangchuang Yu authored on 15/09/2021 02:29:08
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1
-# ggtree 3.1.4.991
1
+# ggtree 3.1.4.992
2 2
 
3
++ custom column headers for `gheatmap` (2021-09-15, Wed, @matt-sd-watson, #434)
3 4
 + bug fixed of `nudge_x` parameter in `geom_segment2` (2021-09-03, Fri; @xiangpin, #433)
4 5
 
5 6
 # ggtree 3.1.4
Browse code

update docs

Guangchuang Yu authored on 03/09/2021 08:47:25
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+# ggtree 3.1.4.991
2
+
3
++ bug fixed of `nudge_x` parameter in `geom_segment2` (2021-09-03, Fri; @xiangpin, #433)
4
+
1 5
 # ggtree 3.1.4
2 6
 
3 7
 + introduce `align` parameter in `geom_hilight` (2021-08-30, Mon; @xiangpin, #431)
Browse code

bump version

Guangchuang Yu authored on 30/08/2021 07:41:48
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1
-# ggtree 3.1.3.993
1
+# ggtree 3.1.4
2 2
 
3
++ introduce `align` parameter in `geom_hilight` (2021-08-30, Mon; @xiangpin, #431)
3 4
 + the `data` parameter in `geom_facet` now accepts function as input (2021-08-22, Sun; @xiangpin, #430)
4 5
 + import `ggfun` and `yulab.utils` (2021-08-20, Fri)
5 6
 + allow using `options(layout.radial.linetype)` to set linetype of radial layout (either 'strainght' or 'curved') (2021-08-13, Fri; @xiangpin, #427)
Browse code

update docs

Guangchuang Yu authored on 22/08/2021 03:57:17
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1
-# ggtree 3.1.3.992
1
+# ggtree 3.1.3.993
2 2
 
3
++ the `data` parameter in `geom_facet` now accepts function as input (2021-08-22, Sun; @xiangpin, #430)
3 4
 + import `ggfun` and `yulab.utils` (2021-08-20, Fri)
4 5
 + allow using `options(layout.radial.linetype)` to set linetype of radial layout (either 'strainght' or 'curved') (2021-08-13, Fri; @xiangpin, #427)
5 6
 
Browse code

update docs

Guangchuang Yu authored on 20/08/2021 07:12:33
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1
-# ggtree 3.1.3.991
1
+# ggtree 3.1.3.992
2 2
 
3
++ import `ggfun` and `yulab.utils` (2021-08-20, Fri)
3 4
 + allow using `options(layout.radial.linetype)` to set linetype of radial layout (either 'strainght' or 'curved') (2021-08-13, Fri; @xiangpin, #427)
4 5
 
5 6
 # ggtree 3.1.3
Browse code

update docs

Guangchuang Yu authored on 14/08/2021 09:09:12
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+# ggtree 3.1.3.991
2
+
3
++ allow using `options(layout.radial.linetype)` to set linetype of radial layout (either 'strainght' or 'curved') (2021-08-13, Fri; @xiangpin, #427)
4
+
1 5
 # ggtree 3.1.3
2 6
 
3 7
 + `data` argument in `geom_tiplab` and `position` argument in `geom_tree` (2021-08-10, Tue; #426, @xiangpin)
Browse code

bump up version

Guangchuang Yu authored on 10/08/2021 08:59:12
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1
-# ggtree 3.1.2.992
1
+# ggtree 3.1.3
2 2
 
3
++ `data` argument in `geom_tiplab` and `position` argument in `geom_tree` (2021-08-10, Tue; #426, @xiangpin)
3 4
 + `geom_hilight` and `geom_cladelab` supports function as input data (2021-07-28, Wed; #421, @xiangpin)
4 5
 + `td_mutate` for mutating tree data
5 6
 + `geom_tiplab` supports fontface aesthetic (2021-07-06, Tue; @xiangpin)
Browse code

update docs

Guangchuang Yu authored on 28/07/2021 07:35:07
Showing 1 changed files
... ...
@@ -1,5 +1,7 @@
1
-# ggtree 3.1.2.991
1
+# ggtree 3.1.2.992
2 2
 
3
++ `geom_hilight` and `geom_cladelab` supports function as input data (2021-07-28, Wed; #421, @xiangpin)
4
++ `td_mutate` for mutating tree data
3 5
 + `geom_tiplab` supports fontface aesthetic (2021-07-06, Tue; @xiangpin)
4 6
 
5 7
 # ggtree 3.1.2
Browse code

update news

Guangchuang Yu authored on 06/07/2021 13:15:54
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+# ggtree 3.1.2.991
2
+
3
++ `geom_tiplab` supports fontface aesthetic (2021-07-06, Tue; @xiangpin)
4
+
1 5
 # ggtree 3.1.2
2 6
 
3 7
 + calculate branch mid point for unrooted layout tree (2021-06-11, Fri)
Browse code

bump version up

Guangchuang Yu authored on 21/06/2021 02:21:27
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-# ggtree 3.1.1.992
1
+# ggtree 3.1.2
2 2
 
3 3
 + calculate branch mid point for unrooted layout tree (2021-06-11, Fri)
4 4
   - `branch.y` and `branch.x`
Browse code

update docs

Guangchuang Yu authored on 11/06/2021 09:02:22
Showing 1 changed files
... ...
@@ -1,5 +1,7 @@
1
-# ggtree 3.1.1.991
1
+# ggtree 3.1.1.992
2 2
 
3
++ calculate branch mid point for unrooted layout tree (2021-06-11, Fri)
4
+  - `branch.y` and `branch.x`
3 5
 + `geom_range` supports aes mapping (2021-06-04, Fri)
4 6
 
5 7
 # ggtree 3.1.1
Browse code

update docs

Guangchuang Yu authored on 04/06/2021 07:24:02
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+# ggtree 3.1.1.991
2
+
3
++ `geom_range` supports aes mapping (2021-06-04, Fri)
4
+
1 5
 # ggtree 3.1.1
2 6
 
3 7
 + bug fixed in `geom_range` (2021-06-01, Tue)
Browse code

bug fixed

Guangchuang Yu authored on 01/06/2021 09:22:43
Showing 1 changed files
... ...
@@ -1,5 +1,7 @@
1
-# ggtree 3.1.0.991
1
+# ggtree 3.1.1
2 2
 
3
++ bug fixed in `geom_range` (2021-06-01, Tue)
4
+  - <https://github.com/YuLab-SMU/ggtree/pull/410>
3 5
 + now `geom_nodelab` has a `node="internal"` parameter. (2021-05-31, Mon)
4 6
   - if `node = "external"`, it equivalent to `geom_tiplab
5 7
   - if `node = "all"`, it equivalent to `list(geom_tiplab(), geom_nodelab())`
Browse code

update docs

Guangchuang Yu authored on 01/06/2021 02:25:38
Showing 1 changed files
... ...
@@ -1,4 +1,15 @@
1
+# ggtree 3.1.0.991
2
+
3
++ now `geom_nodelab` has a `node="internal"` parameter. (2021-05-31, Mon)
4
+  - if `node = "external"`, it equivalent to `geom_tiplab
5
+  - if `node = "all"`, it equivalent to `list(geom_tiplab(), geom_nodelab())`
6
+
7
+# ggtree 3.0.0
8
+
9
++ Bioconductor 3.13 relese
10
+
1 11
 # ggtree 2.5.3
12
+
2 13
 + optimize text angle in `geom_cladelab` (2021-05-10, Mon)
3 14
   - <https://github.com/YuLab-SMU/ggtree/pull/396>
4 15
 
Browse code

bump version

Guangchuang Yu authored on 10/05/2021 04:27:52
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+# ggtree 2.5.3
2
++ optimize text angle in `geom_cladelab` (2021-05-10, Mon)
3
+  - <https://github.com/YuLab-SMU/ggtree/pull/396>
4
+
1 5
 # ggtree 2.5.2
2 6
 
3 7
 + extend 'continuous' parameter to support 4 possible values, i.e., 'none' to disable continuous transition,  'color' (or 'colour') to enable continuous color transition, 'size' to enable continuous size (branch thickness) transition and 'all' to enable continuous color and size transition (2021-04-07, Wed)
Browse code

update docs

Guangchuang Yu authored on 07/04/2021 08:44:10
Showing 1 changed files
... ...
@@ -1,7 +1,8 @@
1
-# ggtree 2.5.1.9002
1
+# ggtree 2.5.2
2 2
 
3
-+ 'inhibit.size' argument introduced to control whether 'continuous' parameter applies to color or both color and size (2021-03-30, Tue)
3
++ extend 'continuous' parameter to support 4 possible values, i.e., 'none' to disable continuous transition,  'color' (or 'colour') to enable continuous color transition, 'size' to enable continuous size (branch thickness) transition and 'all' to enable continuous color and size transition (2021-04-07, Wed)
4 4
   - <https://github.com/YuLab-SMU/ggtree/pull/385>
5
+  - <https://github.com/YuLab-SMU/ggtree/pull/387>
5 6
 + `extendto` argument for `geom_hilight` now compatible with 'inward_circular' and 'dendrogram' layouts (2021-02-25, Thu)
6 7
   - <https://github.com/YuLab-SMU/ggtree/pull/379>
7 8
 
Browse code

update news

Guangchuang Yu authored on 30/03/2021 04:10:17
Showing 1 changed files
... ...
@@ -1,5 +1,7 @@
1
-# ggtree 2.5.1.9001
1
+# ggtree 2.5.1.9002
2 2
 
3
++ 'inhibit.size' argument introduced to control whether 'continuous' parameter applies to color or both color and size (2021-03-30, Tue)
4
+  - <https://github.com/YuLab-SMU/ggtree/pull/385>
3 5
 + `extendto` argument for `geom_hilight` now compatible with 'inward_circular' and 'dendrogram' layouts (2021-02-25, Thu)
4 6
   - <https://github.com/YuLab-SMU/ggtree/pull/379>
5 7
 
Browse code

update docs

Guangchuang Yu authored on 25/02/2021 01:54:42
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+# ggtree 2.5.1.9001
2
+
3
++ `extendto` argument for `geom_hilight` now compatible with 'inward_circular' and 'dendrogram' layouts (2021-02-25, Thu)
4
+  - <https://github.com/YuLab-SMU/ggtree/pull/379>
5
+
1 6
 # ggtree 2.5.1
2 7
 
3 8
 + update man file of `geom_rootpoint` (2021-01-08, Fri)
Browse code

v2.5.1

Guangchuang Yu authored on 08/01/2021 07:39:52
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-# ggtree 2.5.0.993
1
+# ggtree 2.5.1
2 2
 
3 3
 + update man file of `geom_rootpoint` (2021-01-08, Fri)
4 4
 + `label` and `offset.label` introduced in `geom_treescale` layer (2020-12-23, Wed)
Browse code

update

Guangchuang Yu authored on 08/01/2021 07:30:55
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 # ggtree 2.5.0.993
2 2
 
3
++ update man file of `geom_rootpoint` (2021-01-08, Fri)
3 4
 + `label` and `offset.label` introduced in `geom_treescale` layer (2020-12-23, Wed)
4 5
   - <https://github.com/YuLab-SMU/ggtree/pull/360>
5 6
 + `geom_rootedge` supports reversed x (2020-12-17, Thu)
Browse code

update news

Guangchuang Yu authored on 23/12/2020 01:12:44
Showing 1 changed files
... ...
@@ -1,5 +1,9 @@
1
-# ggtree 2.5.0.992
1
+# ggtree 2.5.0.993
2 2
 
3
++ `label` and `offset.label` introduced in `geom_treescale` layer (2020-12-23, Wed)
4
+  - <https://github.com/YuLab-SMU/ggtree/pull/360>
5
++ `geom_rootedge` supports reversed x (2020-12-17, Thu)
6
+  - <https://github.com/YuLab-SMU/ggtree/pull/358>
3 7
 + `geom_nodelab()` now supports circular layout (2020-11-26, Thu)
4 8
   - <https://github.com/YuLab-SMU/ggtree/issues/352>
5 9
   - <https://github.com/YuLab-SMU/ggtree/pull/353>
Browse code

update docs

Guangchuang Yu authored on 26/11/2020 06:52:14
Showing 1 changed files
... ...
@@ -1,5 +1,8 @@
1
-# ggtree 2.5.0.991
1
+# ggtree 2.5.0.992
2 2
 
3
++ `geom_nodelab()` now supports circular layout (2020-11-26, Thu)
4
+  - <https://github.com/YuLab-SMU/ggtree/issues/352>
5
+  - <https://github.com/YuLab-SMU/ggtree/pull/353>
3 6
 + branch size can be grandualy changed (2020-10-29, Thu)
4 7
   - <https://github.com/YuLab-SMU/ggtree/pull/349>
5 8
 
Browse code

update url

Guangchuang Yu authored on 13/11/2020 14:29:27
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 + branch size can be grandualy changed (2020-10-29, Thu)
4 4
   - <https://github.com/YuLab-SMU/ggtree/pull/349>
5
-  
5
+
6 6
 # ggtree 2.4.0
7 7
 
8 8
 + Bioconductor 3.12 release (2020-10-28, Wed)
Browse code

bump version

Guangchuang Yu authored on 29/10/2020 00:40:31
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+# ggtree 2.5.0.991
2
+
3
++ branch size can be grandualy changed (2020-10-29, Thu)
4
+  - <https://github.com/YuLab-SMU/ggtree/pull/349>
5
+  
1 6
 # ggtree 2.4.0
2 7
 
3 8
 + Bioconductor 3.12 release (2020-10-28, Wed)
Browse code

new release

Guangchuang Yu authored on 28/10/2020 00:32:17
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+# ggtree 2.4.0
2
+
3
++ Bioconductor 3.12 release (2020-10-28, Wed)
4
+
1 5
 # ggtree 2.3.7
2 6
 
3 7
 + add `label_pad()` function to add padding characters to taxa labels (2020-10-09, Fri)
Browse code

bump up version

Guangchuang Yu authored on 10/10/2020 08:11:20
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-# ggtree 2.3.6.991
1
+# ggtree 2.3.7
2 2
 
3 3
 + add `label_pad()` function to add padding characters to taxa labels (2020-10-09, Fri)
4 4
   - <https://groups.google.com/g/bioc-ggtree/c/INJ0Nfkq3b0/m/lXefnfV5AQAJ>
Browse code

label_pad

Guangchuang Yu authored on 09/10/2020 15:27:38
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+# ggtree 2.3.6.991
2
+
3
++ add `label_pad()` function to add padding characters to taxa labels (2020-10-09, Fri)
4
+  - <https://groups.google.com/g/bioc-ggtree/c/INJ0Nfkq3b0/m/lXefnfV5AQAJ>
5
++ add `family` parameter to `geom_tiplab()` 
6
+
1 7
 # ggtree 2.3.6
2 8
 
3 9
 + new layouts, `roundrect` and `ellipse`
Browse code

bump version up

Guangchuang Yu authored on 09/10/2020 03:09:26
Showing 1 changed files
... ...
@@ -1,5 +1,8 @@
1
-# ggtree 2.3.5.993
1
+# ggtree 2.3.6
2 2
 
3
++ new layouts, `roundrect` and `ellipse`
4
+  - <https://github.com/YuLab-SMU/ggtree/pull/344>
5
+  - <https://github.com/YuLab-SMU/ggtree/pull/346>
3 6
 + `fortify()` method for `treedataList` object (2020-09-20, Sun)
4 7
 + `vexpand()` and `ggexpand()` to expand plot limit by ratio of plot range (2020-09-18, Fri) 
5 8
 + `geom_cladelab()`, an updated version of `geom_cladelabel` that supports aes mapping (2020-09-17, Thu)
Browse code

fortify method for treedataList

Guangchuang Yu authored on 20/09/2020 06:49:31
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1
-# ggtree 2.3.5.992
1
+# ggtree 2.3.5.993
2 2
 
3
++ `fortify()` method for `treedataList` object (2020-09-20, Sun)
3 4
 + `vexpand()` and `ggexpand()` to expand plot limit by ratio of plot range (2020-09-18, Fri) 
4 5
 + `geom_cladelab()`, an updated version of `geom_cladelabel` that supports aes mapping (2020-09-17, Thu)
5 6
   - <https://github.com/YuLab-SMU/ggtree/pull/342>
Browse code

ggexpand

Guangchuang Yu authored on 18/09/2020 08:19:27
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1
-# ggtree 2.3.5.991
1
+# ggtree 2.3.5.992
2 2
 
3
-+ `geom_cladelab`, an updated version of `geom_cladelabel` that supports aes mapping (2020-09-17, Thu)
3
++ `vexpand()` and `ggexpand()` to expand plot limit by ratio of plot range (2020-09-18, Fri) 
4
++ `geom_cladelab()`, an updated version of `geom_cladelabel` that supports aes mapping (2020-09-17, Thu)
4 5
   - <https://github.com/YuLab-SMU/ggtree/pull/342>
5 6
 
6 7
 # ggtree 2.3.5
Browse code

update docs

Guangchuang Yu authored on 17/09/2020 01:45:18
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+# ggtree 2.3.5.991
2
+
3
++ `geom_cladelab`, an updated version of `geom_cladelabel` that supports aes mapping (2020-09-17, Thu)
4
+  - <https://github.com/YuLab-SMU/ggtree/pull/342>
5
+
1 6
 # ggtree 2.3.5
2 7
 
3 8
 + `td_unnest()` which return a function to flatten ggtree plot data (2020-09-14, Mon)
Browse code

td_unnest

Guangchuang Yu authored on 14/09/2020 02:14:03
Showing 1 changed files
... ...
@@ -1,9 +1,12 @@
1
-# ggtree 2.3.4.993
1
+# ggtree 2.3.5
2 2
 
3
++ `td_unnest()` which return a function to flatten ggtree plot data (2020-09-14, Mon)
4
+  - <https://yulab-smu.top/treedata-book/chapter12.html#td_unnest>
3 5
 + update `geom_hilight` to support `geom_hilight(data = mydata, node = selected_node)` (2020-09-03, Thu)
4 6
 + Defunct `geom_nodelab2()` (2020-09-02, Wed)
5 7
 + `geom_tiplab()` and `geom_nodelab()` support `geom = "shadowtext"` 
6
-+ `tree_filter()` which return a function to subset ggtree plot data in geom layers (2020-08-29, Sat)
8
++ `td_filter()` which return a function to subset ggtree plot data in geom layers (2020-08-29, Sat)
9
+  - <https://yulab-smu.top/treedata-book/chapter12.html#td_filter>
7 10
 + update man files of `geom_rootedge` and `geom_point2`
8 11
 + update `geom_hilight` to support `geom_hilight(data = tbl_tree, node = selected_node)`. (2020-09-03, Thu)
9 12
 
Browse code

update docs

Guangchuang Yu authored on 03/09/2020 02:53:24
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1
-# ggtree 2.3.4.992
1
+# ggtree 2.3.4.993
2 2
 
3
++ update `geom_hilight` to support `geom_hilight(data = mydata, node = selected_node)` (2020-09-03, Thu)
3 4
 + Defunct `geom_nodelab2()` (2020-09-02, Wed)
4 5
 + `geom_tiplab()` and `geom_nodelab()` support `geom = "shadowtext"` 
5 6
 + `tree_filter()` which return a function to subset ggtree plot data in geom layers (2020-08-29, Sat)
Browse code

update news

xiangpin authored on 03/09/2020 02:04:32
Showing 1 changed files
... ...
@@ -4,6 +4,7 @@
4 4
 + `geom_tiplab()` and `geom_nodelab()` support `geom = "shadowtext"` 
5 5
 + `tree_filter()` which return a function to subset ggtree plot data in geom layers (2020-08-29, Sat)
6 6
 + update man files of `geom_rootedge` and `geom_point2`
7
++ update `geom_hilight` to support `geom_hilight(data = tbl_tree, node = selected_node)`. (2020-09-03, Thu)
7 8
 
8 9
 # ggtree 2.3.4
9 10
 
Browse code

defunct geom_nodelab2

Guangchuang Yu authored on 02/09/2020 09:28:48
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 # ggtree 2.3.4.992
2 2
 
3