Skip to content
Prev 39088 / 63424 Next

bug in codetools/R CMD check?

--- On Tue, 8/2/11, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:

            
That's what I mean - the codetools message are seen consistently on all platforms, but the warning status only propagate back up to R CMD check (and resulted in a "1 warning" status) for win64 only; so R CMD check is behaving inconsistently, regardless of whether the message is genuine or not.

http://bioconductor.org/checkResults/2.7/bioc-LATEST/snpMatrix/gewurz-checksrc.html
* using R version 2.12.1 (2010-12-16)
* using platform: x86_64-pc-mingw32 (64-bit)
codetools message, status 1, 1 warning

http://bioconductor.org/checkResults/2.7/bioc-LATEST/snpMatrix/pelham-checksrc.html
* using R version 2.12.1 Patched (2010-12-17 r53867)
* using platform: i386-apple-darwin9.8.0 (32-bit)
codetools message, no error status, no warning

http://bioconductor.org/checkResults/2.7/bioc-LATEST/snpMatrix/liverpool-checksrc.html
* using R version 2.12.1 (2010-12-16)
* using platform: i386-pc-mingw32 (32-bit)
codetools message, status 1, no warning

http://bioconductor.org/checkResults/2.7/bioc-LATEST/snpMatrix/lamb2-checksrc.html
* using R version 2.12.1 (2010-12-16)
* using platform: x86_64-unknown-linux-gnu (64-bit)
codetools message, no error status, no warning


The mac OS X box has a slightly different version of R, but the other seems to be the same, and yet the error status and also whether the warning status is propate back is different. The codetools message is seen in all cases.

Hin-Tak