Re: [Rd] invalid regular expression '[a-Z]'

2008-03-06 Thread Henrik Bengtsson
On Wed, Mar 5, 2008 at 11:09 PM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Wed, 5 Mar 2008, Henrik Bengtsson wrote: > > > On Wed, Mar 5, 2008 at 6:18 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > >> On 05/03/2008 8:56 PM, Henrik Bengtsson wrote: > >> > Hi, > >> > > >> > just curious,

Re: [Rd] invalid regular expression '[a-Z]'

2008-03-05 Thread Prof Brian Ripley
On Wed, 5 Mar 2008, Henrik Bengtsson wrote: > On Wed, Mar 5, 2008 at 6:18 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: >> On 05/03/2008 8:56 PM, Henrik Bengtsson wrote: >> > Hi, >> > >> > just curious, but does anyone know the source/reason of observing the >> > following error on OSX but not on

Re: [Rd] invalid regular expression '[a-Z]'

2008-03-05 Thread Henrik Bengtsson
On Wed, Mar 5, 2008 at 6:40 PM, Henrik Bengtsson <[EMAIL PROTECTED]> wrote: > On Wed, Mar 5, 2008 at 6:18 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > On 05/03/2008 8:56 PM, Henrik Bengtsson wrote: > > > Hi, > > > > > > just curious, but does anyone know the source/reason of observing t

Re: [Rd] invalid regular expression '[a-Z]'

2008-03-05 Thread Henrik Bengtsson
On Wed, Mar 5, 2008 at 6:18 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 05/03/2008 8:56 PM, Henrik Bengtsson wrote: > > Hi, > > > > just curious, but does anyone know the source/reason of observing the > > following error on OSX but not on WinXP and Linux? > > Presumably in the locale y

Re: [Rd] invalid regular expression '[a-Z]'

2008-03-05 Thread Duncan Murdoch
On 05/03/2008 8:56 PM, Henrik Bengtsson wrote: > Hi, > > just curious, but does anyone know the source/reason of observing the > following error on OSX but not on WinXP and Linux? Presumably in the locale you're using on OSX, "a" < "Z" is false. This is the ascii sort order used in the C local

[Rd] invalid regular expression '[a-Z]'

2008-03-05 Thread Henrik Bengtsson
Hi, just curious, but does anyone know the source/reason of observing the following error on OSX but not on WinXP and Linux? I've tried with a few different versions of R (v2.5.1, v2.6.1, v2.6.2, v2.7.0devel). The locale does not seem to affect the error, i.e. I've tested a few different and it i