Displaying 2 results from an estimated 2 matches for "25stack".
Did you mean:
5stack
2002 Jan 09
1
bug in read.table?
...d logable use save lag
m "mo" "x" "n" "1" "n" 0
Ptp "PT" "l" "y" "m" "n" 0
R-Code
read.table('t.txt',header=T,row.names=1,as.is=T)
R-Output
stack imbalance in internal type.convert, 26 then 25stack imbalance in
.Internal, 25 then 24
stack imbalance in if, 19 then 18
stack imbalance in <-, 17 then 16
stack imbalance in {, 15 then 14
stack imbalance in internal type.convert, 25 then 24stack imbalance in
.Internal, 24 then 23
stack imbalance in if, 18 then 17
stack imbalance in <-, 16 then...
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
Thanks a lot, James!!
The problem is fixed. On the version 1.4.0 Mac/darwin (the latest
available version for this system) the function read.table (which is
called from read.delim etc., too) has the bug you explained.
Inserting the row
nlines <- nlines+1
after
lines <- c(lines, line)
removes this bug.
M.
On Friday, February 22, 2002, at 02:33 PM, james.holtman at convergys.com