Skip to content
Prev 36438 / 63424 Next

R CMD check tells me 'no visible binding for globalvariable ', what does it mean?

I think what people are also thinking about is that the policy for
publishing a package on CRAN is that it have to pass R CMD check with
no errors, warnings *or* notes.  So, in that sense notes are no
different from warnings.

At least that's why I go about and add some rare ad hoc code patching
in my code.

/Henrik
On Fri, Apr 16, 2010 at 2:09 AM, <Mark.Bravington at csiro.au> wrote: