Skip to content

Possible bug in read.fwf (PR#7350)

1 message · Brian Ripley

#
There are two bugs, due to problems in this change (a version of which is
in NEWS).

r30192 2004-07-08 04:05:38 +0100 (Thu, 08 Jul 2004)

multiline records, skipped columns in read.fwf.  Added read.fortran for
fixed format specifications like 3F4.2.

1) If left with 0 lines to read, read.fwf loops away.  
2) 'skip' is passed on to read.table, but the skipped lines have been 
removed.

Fixed for 2.0.1.
On Mon, 8 Nov 2004 mase@is.titech.ac.jp wrote:

            
That's correct: comment lines are skipped, and that is what 1.9.1 did.