Re: [Rd] R CMD check tells me 'no visible binding for globalvariable ', what does it mean?

2010-04-16 Thread Henrik Bengtsson
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

Re: [Rd] R CMD check tells me 'no visible binding for globalvariable ', what does it mean?

2010-04-16 Thread John Fox
Dear all, I think that "notes" were introduced precisely to differentiate between situations that may be innocuous and those that are more serious, the latter producing "warnings" and "errors." The Rcmdr package, for example, generates a whack of notes for code that works correctly and that I don'

Re: [Rd] R CMD check tells me 'no visible binding for globalvariable ', what does it mean?

2010-04-16 Thread Simon Urbanek
On Apr 16, 2010, at 4:38 AM, Henrik Bengtsson wrote: > 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. Can you cite your reference, please? I see only (R-ext 1.5 Submitt

Re: [Rd] R CMD check tells me 'no visible binding for globalvariable'

2010-04-16 Thread Therneau, Terry M., Ph.D.
Henrik wrote: 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. - Getting rid of these n

Re: [Rd] R CMD check tells me 'no visible binding for globalvariable'

2010-04-16 Thread Prof Brian Ripley
On Fri, 16 Apr 2010, Therneau, Terry M., Ph.D. wrote: 'Henrik' wrote: 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.

Re: [Rd] R CMD check tells me 'no visible binding for globalvariable ', what does it mean?

2010-04-16 Thread Thomas Lumley
On Fri, 16 Apr 2010, Simon Urbanek wrote: On Apr 16, 2010, at 4:38 AM, Henrik Bengtsson wrote: 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. Can you cite your reference

[Rd] winbuilder down

2010-04-16 Thread Uwe Ligges
Please note that the "winbuilder" service will be down during the weekend (at least until sunday) due work on the power supply of the building. Best wishes, Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-deve

Re: [Rd] R CMD check tells me 'no visible binding for globalvariable ', what does it mean?

2010-04-16 Thread Henrik Bengtsson
On Fri, Apr 16, 2010 at 5:51 PM, Thomas Lumley wrote: > On Fri, 16 Apr 2010, Simon Urbanek wrote: > >> >> On Apr 16, 2010, at 4:38 AM, Henrik Bengtsson wrote: >> >>> 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 ch