-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
When I run the code
library(ggtree)
I get a whole list of messages telling me that the treeio package has overridden methods from the tidytree package.
But both of these are internal to your package ecosystem, so it would be vastly preferable if loading the package didn't trigger these (see below)
> library(ggtree)
Registered S3 methods overwritten by 'treeio':
method from
MRCA.phylo tidytree
MRCA.treedata tidytree
Nnode.treedata tidytree
Ntip.treedata tidytree
ancestor.phylo tidytree
ancestor.treedata tidytree
child.phylo tidytree
child.treedata tidytree
full_join.phylo tidytree
full_join.treedata tidytree
groupClade.phylo tidytree
groupClade.treedata tidytree
groupOTU.phylo tidytree
groupOTU.treedata tidytree
inner_join.phylo tidytree
inner_join.treedata tidytree
is.rooted.treedata tidytree
nodeid.phylo tidytree
nodeid.treedata tidytree
nodelab.phylo tidytree
nodelab.treedata tidytree
offspring.phylo tidytree
offspring.treedata tidytree
parent.phylo tidytree
parent.treedata tidytree
root.treedata tidytree
rootnode.phylo tidytree
rootnode.treedata tidytree
sibling.phylo tidytree
ggtree v4.1.1.004 Learn more at https://yulab-smu.top/contribution-tree-data/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels