[R] Prevent 'R CMD check' from reporting "NA"/"NA_character_" missmatch?
Johannes Graumann
johannes_graumann at web.de
Tue Jul 5 07:31:01 CEST 2011
Prof Brian Ripley wrote:
> 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.
>
Taken to R-devel. Thanks. Joh
More information about the R-help
mailing list