Displaying 1 result from an estimated 1 matches for "testcorena".
Did you mean:
testcore
2009 Dec 13
1
R CMD check may not detect a code/documentation mismatch
...* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking 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{} se...