tidytree 0.3.2
- use
tibble
instead of data_frame
as it was deprecated in tibble (v=3.0.0) (2020-04-02, Thu)
tidytree 0.3.2
- compatible with dplyr v=1.0.0 (2020-03-12, Thu)
tidytree 0.3.1
groupOTU
: set group from 0 to NA if only root node is in group of 0 (2019-11-25, Mon)
tidytree 0.3.0
offspring
supports a vector of node ids (2019-11-21, Thu)
- bug fixed of
nodelab
filter
and select
methods for ggtree
object (2019-10-31, Thu)
tidytree 0.2.9
offsprint(tip, self_include=TRUE)
will return the input tip (2019-10-06, Sun)
tidytree 0.2.8
- update
offspring
to compatible with missing nodes, e.g. for tree after ggtree::collapse
(2019-09-16, Mon)
tidytree 0.2.7
- allow calling
MRCA
with only one node and will return the node itself (2019-08-30, Fri)
tidytree 0.2.6
nodeid
and nodelab
methods for converting from label to node number and vice versa (2019-08-09, Fri)
- allow determine MRCA of a vector of tips (2019-08-08, Thu)
tidytree 0.2.5
- convert elements of roxygen documentation to markdown (2019-05-05, Thu)
tidytree 0.2.4
- call
child.tbl_tree
instead of child
in offspring
, (2019-02-26, Tue) so that it works more robust for data.frame
.
tidytree 0.2.3
- more parameter for
offspring
(2019-01-28, Mon)
tidytree 0.2.2
tidytree 0.2.1
mutate.tbl_tree
method (2018-12-19, Wed)
- bug fixed in
child
tidytree 0.2.0
- compatible with
tibble
v = 2.0.0 (2018-11-29, Thu)
- change
as_data_frame
method to as_tibble
since as_data_frame
was deprecated in tibble
and not exported as generics
tidytree 0.1.9
as_data_frame.phylo
works with phylo$root.edge
(2018-06-13, Wed)
tidytree 0.1.8
- force
get_tree_data(treedata)$node
to be integer (2018-04-19, Thu)
tidytree 0.1.7
get.data
, [
and [[
methods (2018-02-26, Mon)