Skip to content
Prev 1535 / 21307 Next

[Bioc-devel] no visible binding for global variable message

Good to see you around Seth!

I was being a bit pedantic here. Last time I referred to the messages from
codetools as errors, it was pointed out that they wern't error messgaes,
but warnings.  (I think perhaps they are NOTES to the programmer rather
than warnings).

So with _R_CHECK_USE_CODETOOLS_ set to true or false, I get no error
messages as such, but with _R_CHECK_USE_CODETOOLS_ set to true, I get 400+
lines of messages from codetools and with it set to false, I get no
messages from codetools.

Thanks for the explanation on how to avoid the codetools messages and
recode the approach to environments. I'll start on this next week. I have
a lot of lines to change as the affylmGUIenvironment is referred to many
times in the code, (and similar in my limmaGUI package). I'll test a small
section first.

I have a NAMESPACE in my code now, not sure if I have committed it yet.

thanks Seth,

Keith