[R] Prevent 'R CMD check' from reporting "NA"/"NA_character_" missmatch?

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Jul 4 14:52:54 CEST 2011


On Mon, 4 Jul 2011, Johannes Graumann wrote:

> Hello,
>
> I'm writing a package am running 'R CMD check' on it.
>
> Is there any way to make 'R CMD check' not warn about a missmatch between
> 'NA_character_' (in the function definition) and 'NA' (in the
> documentation)?

Be consistent ....  Why do you want incorrect documentation of your 
package?  (It is not clear of the circumstances here: normally 1 vs 1L 
and similar are not reported if they are the only errors.)

And please do note the posting guide

- this is not really the correct list
- you were asked to give an actual example with output.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list