tidytree icon indicating copy to clipboard operation
tidytree copied to clipboard

Found more than one class "phylo" in cache

Open INicolis opened this issue 1 year ago • 1 comments

Hello. As described in previous issues #10 and #47 the problem remains: tens and tens of lines full of:

Found more than one class "phylo" in cache; using the first, from namespace 'phyloseq'
Also defined by 'tidytree'

It's impossible to ignore as the results are nested within these lines and turning message=FALSE is not a solution as it cuts all other messages as well.

Do you have a workaround?

Thanks!

INicolis avatar May 01 '24 19:05 INicolis

  1. We need to register the phylo class via the setOldClass method.
  2. The phylo class is also needed to be registered in other packages, e.g., phyloseq.
  3. Then, this message started to appear.

We can do nothing about it as it is not an issue of a particular package.

GuangchuangYu avatar Aug 15 '24 09:08 GuangchuangYu