Skip to content
Prev 8673 / 21312 Next

[Bioc-devel] BiocGenerics attaches when methods package is imported

Hi Andreas,

for a good understanding: just mentioning the methods package in the
DESCRIPTION file isn't doing a thing if you don't also add

import(methods)

to the NAMESPACE file.

So it looks like the warning occurs when the package indicates that the
methods package is imported when it actually isn't. Do you still get that
warning if you update the NAMESPACE file?

Cheers
Joris

On Mon, Feb 15, 2016 at 4:52 PM, Andreas Kapouranis <
kapouranis.andreas at gmail.com> wrote: