search for: 192combined

Displaying 1 result from an estimated 1 matches for "192combined".

2004 Mar 15
1
gzfile & read.table on Win32
...Windows? In the package PROcess, available at www.bioconductor.org/repository/devel/package/html/PROcess.html there are two files in the PROcess/inst/Test directory which are of the extension *.csv.gz. With both files, if I open up a gzfile connection, say: vv <- gzfile("122402imac40-s-c-192combined i11.csv.gz") I can then do: readLines(vv, n=10) And it works as expected. However, if I do this: read.csv(vv) I get a warning: Warning: incomplete final line found by readTableHeader on `c:/repository/checks/PROcess.Rcheck/PROcess/Test/122402imac40-s-c-192combined i11.csv.gz' and the...