Skip to content
Prev 11594 / 21312 Next

[Bioc-devel] Identical methods in two packages

Hi Herve,

I understand that there is a clash between the two identical methods.
Both packages seem to have good reasons to implement their own
`Ontology,character`. Such clashes are relatively frequent.

My issue really is that when unloading AnnotationDbi's namespace,
`Ontology,character` is removed from the methods' dispatch table, and
thus becomes unavailable to rols users. What really should happen is
that when AnnotationDbi's namespace is unloaded, the method in rols
works again, similar to what happens for function.

Is this something that is worth raising on R-devel?

Best wishes,

Laurent
On 12 September 2017 16:35, Herv? Pag?s wrote: