Displaying 1 result from an estimated 1 matches for "testcoreattrev".
Did you mean:
  testcoreattreval
  
2009 Dec 13
1
R CMD check may not detect a code/documentation mismatch
...hecking for code/documentation mismatches ... OK
  * checking Rd \usage sections ... OK
  * checking examples ... NONE
  * checking PDF version of manual ... OK
although the package code contains
  testCoreNA <- function()
and the documentation contains
  \usage{
  testCoreClass(verbose=0)
  testCoreAttrEval(verbose=0)
  testCoreReg(verbose=0)
  testCoreNA(verbose=0)
  }
There is a mismatch between code and documentation of testCoreNA(). Is the 
problem caused by having four entries in \usage{} section?
Petr Savicky.