Skip to content
Prev 1074 / 21307 Next

[Bioc-devel] unexpected interaction of "exprSet" and "DBI" package

Wolfgang Huber <huber at ebi.ac.uk> writes:
Not until now.
Very odd.  The NAMESPACE file in DBI was exporting a coerce method
when it should not have (there is no call to setAs).  Removing the
coerce export from DBI seems to have made the problem go away.  I will
send an update to CRAN.

Still, this seems buggy to me: I would expect at least a warning about
exporting methods that you don't define in any way.  And not ending up
with a corrupt methods table would be nice.

Thanks for the report.

Bw,

+ seth