Skip to content
Prev 3687 / 21312 Next

[Bioc-devel] `as.list` and import `image` warnings

Hi Levi,

I had a similar issue with my package (codelink). The problem was the
importFrom call in the NAMESPACE file. In my case importFrom(annotate,
lookUp, htmlpage). I could temporarily avoid the warnings by
commenting out that line and moving package annotate from Imports to
Depends in the DESCRIPTION file. However, I imagine it is better to
solve the original problem which I am not sure where it is. At least
the following thread seems to be related (although it was supposed to
be fixed).

https://stat.ethz.ch/pipermail/r-devel/2012-April/063802.html

Hope this helps,
Diego