Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upupdate mutate.tbl_tree() to not assume dplyr:::mutate.tbl_df() exists #12
Conversation
|
thanks |
The current implementation of
mutate.tbl_tree()uses an internal method from dplyr, i.e.dplyr:::mutate.tbl_df()which won't be present indplyr1.0.0IIUC, this was about just adding the
tbl_treeclass to the result of callingmutate(), here is a proposed implementation.Please consider this fix, as currently this breaks packages: genBaRcode, ggtree, LymphoSeq, nosoi, philr, tidytree, treeio, TreeSummarizedExperiment, universalmotif