Displaying 1 result from an estimated 1 matches for "inclocalsrcinfo".
2011 Feb 03
1
bug in codetools/R CMD check?
...t allowed
Calls: <Anonymous> ... rownames<- -> row.names<- -> row.names<-.data.frame
Execution halted
-----------------
yet everything is okey dokey at http://bioconductor.org/checkResults/2.7/bioc-LATEST/#S under the snpMatrix entry.
I believe it might be a bug in codetools::incLocalSrcInfo (used by "R CMD check") and here is what I think the fix(?) - but I am not entirely sure what that routine does and why other package writers haven't noticed similiar problems before:
diff -ur codetools/R/codetools.R codetools-fix/R/codetools.R
--- codetools/R/codetools.R 2011-01-07...