- deprecate
random_ref()
and useyulab.utils::yulab_msg()
(2024-07-26, Fri) Ntip()
method for 'treedataList' object (2024-04-08, Mon)
- import
methods::setClassUnion()
to fix R check (2023-12-12, Tue) - check before
setOldClass()
, which suppose to fix the #47 issue (2023-11-29, Wed)
- mv tree operation functions (e.g.,
parent()
,child()
,tree_subset()
, etc.) from the 'treeio' package (2023-08-03, Thu, #44) - update
valid.edge()
to avoid warning (2023-7-18, Tue)
- update old-style 'CITATION' from
citEntry()
tobibentry()
(2023-07-14, Fri, #38) - update dplyr-verb for 'tbl_tree' object to print information to avoid confusion (2023-07-13, Thu, #37, #39)
- add accessor function of node label for 'tbl_tree', 'phylo' and 'treedata' object (2023-07-13, Thu, #37)
- add
print()
method for 'tbl_tree' object to avoid confusion withtbl_df
(2023-07-12, Wed)
- fixed the
dots
issue ofleft_join
(2022-12-16, Fri, #30, #31)
- update citation with the ggtree imeta paper (2022-08-13, Sat)
- update citation with the tree data book (2022-08-13, Sat)
- update package startup message (2022-03-04, Fri)
- add the CRC book in startup message (2022-02-17, Thu)
- update startup message to randomly print two citation items of the ggtree package suite (2022-01-10, Mon)
- use
yulab.utils::str_wrap
to print tree (2021-10-09, Sat)
- add
select
,filter
,mutate
,left_join
,unnest
,pull
andrename
verbs fortreedata
object (2021-08-22, Sun; @xiangpin, #19) - update
print
andshow
methods fortreedata
- with
options(show_data_for_treedata=TRUE)
to control whether show associated data (2021-08-20, Fri; @xiangpin, #18)
- with
- implement
merge
method fortbl_tree
object (2020-07-03, Fri) - remove mutate_, filter_ and group_by_ according to the change of dplyr (v=1.0.0) (2020-04-09, Thu)
- remove
data_frame
according to the change of tibble (v=3.0.0)
- use
tibble
instead ofdata_frame
as it was deprecated in tibble (v=3.0.0) (2020-04-02, Thu) - compatible with dplyr v=1.0.0 (2020-03-12, Thu)
groupOTU
: set group from 0 to NA if only root node is in group of 0 (2019-11-25, Mon)
offspring
supports a vector of node ids (2019-11-21, Thu)- bug fixed of
nodelab
filter
andselect
methods forggtree
object (2019-10-31, Thu)
offsprint(tip, self_include=TRUE)
will return the input tip (2019-10-06, Sun)
- update
offspring
to compatible with missing nodes, e.g. for tree afterggtree::collapse
(2019-09-16, Mon)
- allow calling
MRCA
with only one node and will return the node itself (2019-08-30, Fri)
nodeid
andnodelab
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)
- convert elements of roxygen documentation to markdown (2019-05-05, Thu)
- call
child.tbl_tree
instead ofchild
inoffspring
, (2019-02-26, Tue) so that it works more robust fordata.frame
.
- more parameter for
offspring
(2019-01-28, Mon)
- mv vignette to treedata-book (2019-01-10, Thu)
- compatible with
tibble
v = 2.0.0 (2018-11-29, Thu)- change
as_data_frame
method toas_tibble
sinceas_data_frame
was deprecated intibble
and not exported as generics
- change
as_data_frame.phylo
works withphylo$root.edge
(2018-06-13, Wed)
- force
get_tree_data(treedata)$node
to be integer (2018-04-19, Thu)
get.data
,[
and[[
methods (2018-02-26, Mon)