[Rd] "R CMD check" does not find a mistake

Christophe Genolini cgenolin at u-paris10.fr
Tue Jun 9 17:10:43 CEST 2009


Hi the list,

I build a package. They was a mistake in it, but R CMD check did not 
find it. Is that normal ?

Here is what Kurt gets (which is right, I did this mistake):

--- 8< ----------------
* checking for code/documentation mismatches ... WARNING
S4 class codoc mismatches from documentation object 'LongData-class':
Slots for class 'LongData'
 Code: id other time traj varName
 Docs: id time traj varName
--- 8< ----------------

But here is what I get on my computer:

--- 8< ----------------
C:\Documents and Settings\Christophe\Mes 
documents\Recherche\Trajectoires\kmeal>
R CMD check longitudinalData
* checking for working pdflatex ... OK
* using log directory 'C:/Documents and Settings/Christophe/Mes 
documents/Recher
che/Trajectoires/kmeal/longitudinalData.Rcheck'
* using R version 2.9.0 Patched (2009-06-07 r48733)
* using session charset: ISO8859-1
* checking for file 'longitudinalData/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'longitudinalData' version '0.5'
* package encoding: latin1
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking for .dll and .exe files ... OK
* checking whether package 'longitudinalData' can be installed ... OK
* checking package directory ... OK
* checking for portable file names ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking for unstated dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd files against version 2 parser ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking examples ... OK
* checking PDF version of manual ... OK


C:\Documents and Settings\Christophe\Mes 
documents\Recherche\Trajectoires\kmeal>
R CMD build longitudinalData
* checking for file 'longitudinalData/DESCRIPTION' ... OK
* preparing 'longitudinalData':
* checking DESCRIPTION meta-information ... OK
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building 'longitudinalData_0.5.tar.gz'
--- 8< ----------------

Christophe



More information about the R-devel mailing list