Re: [Rd] R 2.1.1: read.table processes C-style escapes (PR#8037)

2005-07-27 Thread Gordon Smyth
At 05:21 PM 27/07/2005, Prof Brian Ripley wrote: >On Wed, 27 Jul 2005, Gordon Smyth wrote: > >>Thanks for the reply. Apologies for checking only R patched rather than >>R-devel. >> >>I guess that this means that someone must have a use for >>allowEscapes=TRUE when read reading a file in table for

Re: [Rd] R 2.1.1: read.table processes C-style escapes (PR#8037)

2005-07-27 Thread Prof Brian Ripley
On Wed, 27 Jul 2005, Gordon Smyth wrote: > Thanks for the reply. Apologies for checking only R patched rather than > R-devel. > > I guess that this means that someone must have a use for allowEscapes=TRUE > when read reading a file in table format into a data frame. It is hard to > imagine. Oc

Re: [Rd] R 2.1.1: read.table processes C-style escapes (PR#8037)

2005-07-27 Thread Gordon Smyth
Thanks for the reply. Apologies for checking only R patched rather than R-devel. I guess that this means that someone must have a use for allowEscapes=TRUE when read reading a file in table format into a data frame. It is hard to imagine. Gordon At 04:59 PM 27/07/2005, Prof Brian Ripley wrote

Re: [Rd] R 2.1.1: read.table processes C-style escapes (PR#8037)

2005-07-27 Thread Prof Brian Ripley
This seems of historical interest only. allowEscapes is currently (in R-devel, where development happens) an argument to read.table. We do ask people to check the current version! On Wed, 27 Jul 2005, Gordon Smyth wrote: > >> To: [EMAIL PROTECTED] >> From: Gordon Smyth <[EMAIL PROTECTED]> >> S

Re: [Rd] R 2.1.1: read.table processes C-style escapes (PR#8037)

2005-07-26 Thread Gordon Smyth
>To: [EMAIL PROTECTED] >From: Gordon Smyth <[EMAIL PROTECTED]> >Subject: R 2.1.1: read.table processes C-style escapes >Date: Wed, 27 Jul 2005 12:51:45 +1000 > >In R 2.1.1, the default behaviour of scan() was changed to process all >C-style escapes, even when a delimiter was specified using the '

[Rd] R 2.1.1: read.table processes C-style escapes (PR#8037)

2005-07-26 Thread smyth
In R 2.1.1, the default behaviour of scan() was changed to process all C-style escapes, even when a delimiter was specified using the 'sep' argument. A new argument 'allowEscapes' was introduced to turn this processing off. Because read.table() calls scan(), read.table() inherits the new defaul