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
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"
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"
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
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
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
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
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
> 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
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
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"
11 matches
Mail list logo