Re: [Rd] read.table error upon package installation (PR#8230)

2005-10-21 Thread McGehee, Robert
, everyone who needs to edit this file can just do so in emacs, and putting quotes around the fields is an easy fix. Thanks Robert -Original Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 9:59 AM To: McGehee, Robert Cc: r-devel@stat.math.ethz.

Re: [Rd] read.table error upon package installation (PR#8230)

2005-10-21 Thread Prof Brian Ripley
data(), but any feedback on this is welcomed. Using quotes, e.g. "A B C" may work? > > Thanks, > Robert > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, October 21, 2005 1:58 AM > To: r-devel@stat.math.e

Re: [Rd] read.table error upon package installation (PR#8230)

2005-10-21 Thread McGehee, Robert
CTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 1:58 AM To: r-devel@stat.math.ethz.ch Cc: [EMAIL PROTECTED] Subject: Re: [Rd] read.table error upon package installation (PR#8230) What is the R error here? The default delimiter in read.table is not \t but whitespace, so the first exam

Re: [Rd] read.table error upon package installation (PR#8230)

2005-10-20 Thread ripley
What is the R error here? The default delimiter in read.table is not \t but whitespace, so the first example has 2 and 3 rows (fine for header=T) and the second has 2 and 4 rows. On Fri, 21 Oct 2005 [EMAIL PROTECTED] wrote: > Upon upgrading to R 2.2.0 on my Windows box, I found that one of my