Changelog
Source:NEWS.md
yatah 1.0.0
last_clade()
,last_rank()
andall_clades()
are now deprecated in favor ofget_last_clade()
,get_last_rank()
andget_all_clades()
(#11).New functions
get_clade()
(#12) andis_at_least_rank()
.New dataset
all_ranks
.
yatah 0.2.0
Add
trim_void()
,trim_rank()
andtrim_common()
functions.Remove
ggtree
from suggested packages.all_clades()
behavior has changed for duplicated clades.Consecutive underscores are not allowed anymore.
Documentation improved.