Skip to content
Prev 696 / 21312 Next

[Bioc-devel] Build/check questions

James MacDonald wrote:
Hi Jim,

Since this is a bug in 'R CMD build', IMHO yes, it would be worth
reporting the problem on R-devel. I've already reported it
back in May and never got an answer but may be you'll be more
lucky than I was. A workaround for now could be to add some code
to our build system to parse the output returned by 'R CMD build'
but I never really took the time to implement this :-/
I agree that this kind of message could be more usefull.
The problem seems to occur when the GOstats NAMESPACE
is imported into your NAMESPACE (I've tried to remove GOstats
from import(annaffy, GOstats, biomaRt) in your NAMESPACE and
didn't get the warning anymore).
The check result for the GOstats package itself shows the
same error.
I've done been further and don't know what's wrong with the
GOstats NAMESPACE. Are there some imports that need to be
declared here?

BTW, something that could be reported on R-devel too is that
the "checking whether the name space can be loaded with stated
dependencies" at least says for which NAMESPACE loading
the warning is currently issued. Imagine a situation where we
have to track down 20 levels of nested NAMESPACE importation :-/

Best,
H.