From 01b29ef59680d01d9fbf433714011f3dd62721e5 Mon Sep 17 00:00:00 2001 From: Guangchuang Yu Date: Tue, 20 Aug 2024 17:23:47 +0800 Subject: [PATCH] update --- NEWS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 71ca9c4..83f64eb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -27,7 +27,6 @@ + layout argument can be a function to re-calculate the coord of nodes (2024-07-27, Sat, #622) - `layout.params = list(as.graph=TRUE)` (by default) for converting the tree to a graph tree (igraph object), so that graph layout can be directly applied to visualize a tree - otherwise, the function can assume the input tree as a `phylo` or `treedata` object -+ use `yulab.utils::bib_ggtree()` for citation info (2024-07-27, Sat) + use `yulab.utils::yulab_msg()` for startup message (2024-07-26, Fri) + mv `%<+%` operator to 'ggfun' (2024-05-28, Tue)