Re: [Rd] Bug in read.table?

2010-11-07 Thread Tony Plate
The problem has to do with the quote characters in the data (R is probably interpreting the 'minutes' and 'seconds' as delimiter characters). With a smaller data file, I can reproduce the strange behavior. read.table() can read the data correctly if given quote="" to disable the interpretation

Re: [Rd] Bug in read.table?

2010-11-07 Thread jgarcia
Thanks. Yes, quote="" solves the problem. I would never say, however, from the documentations, that this was causing the duplicate records. Rather, I would have expected some kind of warning/error message. And, yes, I knew that, through duplicate(), R solves gracefully this specific problem. Just

Re: [Rd] Bug in read.table?

2010-11-07 Thread Ben Bolker
ija.csic.es> writes: > > Thanks. Yes, quote="" solves the problem. > > I would never say, however, from the documentations, that this was causing > the duplicate records. Rather, I would have expected some kind of > warning/error message. > > And, yes, I knew that, through duplicate(), R solv

Re: [Rd] Bug in read.table?

2010-11-07 Thread Ben Bolker
Ben Bolker gmail.com> writes: > > ija.csic.es> writes: > > > > > Thanks. Yes, quote="" solves the problem. > > > > I would never say, however, from the documentations, that this was causing > > the duplicate records. Rather, I would have expected some kind of > > warning/error message. > >