Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Duncan Murdoch
On 08/06/2015 5:48 PM, MacQueen, Don wrote: > Duncan, > > Would you (or someone) be able to test if this fixes a problem I found on > Friday, that appeared shortly after I upgraded to 3.2.0 and reinstalled > all my packages? I can't test it, but it appears likely it would be related. You should

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread MacQueen, Don
Duncan, Would you (or someone) be able to test if this fixes a problem I found on Friday, that appeared shortly after I upgraded to 3.2.0 and reinstalled all my packages? - example - [62]% R --vanilla R version 3.2.0 (2015-04-16) -- "Full of Ingredients"

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Duncan Murdoch
On 08/06/2015 9:18 AM, Duncan Murdoch wrote: > On 08/06/2015 8:55 AM, Simon Urbanek wrote: >> Interesting - it seems to fail only the first time after the locale is set: >> >>> Sys.setlocale(locale="en_CA") >> [1] "en_CA/en_CA/en_CA/C/en_CA/en_US.UTF-8" >>> "320" > "300" >> [1] NA >>> "320" > "300"

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Duncan Murdoch
On 08/06/2015 8:37 AM, Berend Hasselman wrote: > >> On 08-06-2015, at 13:40, Duncan Murdoch wrote: >> >> I posted this to R-devel yesterday; from responses received, it appears >> to be OSX-specific (maybe Mavericks-specific). >> >> In an R session started from the terminal with R --vanilla, I se

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Duncan Murdoch
On 08/06/2015 8:55 AM, Simon Urbanek wrote: > Interesting - it seems to fail only the first time after the locale is set: > >> Sys.setlocale(locale="en_CA") > [1] "en_CA/en_CA/en_CA/C/en_CA/en_US.UTF-8" >> "320" > "300" > [1] NA >> "320" > "300" > [1] TRUE >> "320" > "300" > [1] TRUE > > There is

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Rainer M Krug
Simon Urbanek writes: > Interesting - it seems to fail only the first time after the locale is set: > >> Sys.setlocale(locale="en_CA") > [1] "en_CA/en_CA/en_CA/C/en_CA/en_US.UTF-8" >> "320" > "300" > [1] NA >> "320" > "300" > [1] TRUE >> "320" > "300" > [1] TRUE > > There is probably an associate

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Simon Urbanek
Interesting - it seems to fail only the first time after the locale is set: > Sys.setlocale(locale="en_CA") [1] "en_CA/en_CA/en_CA/C/en_CA/en_US.UTF-8" > "320" > "300" [1] NA > "320" > "300" [1] TRUE > "320" > "300" [1] TRUE There is probably an associated error. I'll have a look later today unle

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Rainer M Krug
Berend Hasselman writes: >> On 08-06-2015, at 13:40, Duncan Murdoch wrote: >> >> I posted this to R-devel yesterday; from responses received, it appears >> to be OSX-specific (maybe Mavericks-specific). >> >> In an R session started from the terminal with R --vanilla, I see this: >> >>> Sys.s

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Berend Hasselman
> On 08-06-2015, at 13:40, Duncan Murdoch wrote: > > I posted this to R-devel yesterday; from responses received, it appears > to be OSX-specific (maybe Mavericks-specific). > > In an R session started from the terminal with R --vanilla, I see this: > >> Sys.setlocale(locale="en_CA") > [1] "en

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread peter dalgaard
On 08 Jun 2015, at 13:40 , Duncan Murdoch wrote: > I posted this to R-devel yesterday; from responses received, it appears > to be OSX-specific (maybe Mavericks-specific). > > In an R session started from the terminal with R --vanilla, I see this: > >> Sys.setlocale(locale="en_CA") > [1] "en_C

[R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread Duncan Murdoch
I posted this to R-devel yesterday; from responses received, it appears to be OSX-specific (maybe Mavericks-specific). In an R session started from the terminal with R --vanilla, I see this: > Sys.setlocale(locale="en_CA") [1] "en_CA/en_CA/en_CA/C/en_CA/en_CA.UTF-8" > "320" > "300" [1] NA > "320"