Re: [Rd] Sys.setlocale

2009-07-28 Thread Göran Broström
Peter Dalgaard wrote: Göran Broström wrote: When checking an R package of mine, I get * checking R files for syntax errors ... WARNING Warning in Sys.setlocale("LC_CTYPE", "en_US") : OS reports request to set locale to "en_US" cannot be honored 'Sys.setlocale' is not used in any of my R func

Re: [Rd] Sys.setlocale

2009-07-28 Thread Peter Dalgaard
Göran Broström wrote: When checking an R package of mine, I get * checking R files for syntax errors ... WARNING Warning in Sys.setlocale("LC_CTYPE", "en_US") : OS reports request to set locale to "en_US" cannot be honored 'Sys.setlocale' is not used in any of my R functions. What should I do

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-23 Thread Ei-ji Nakama
gt; > >>>>> Hi, > >>>>> We tried it on 3 separate windows XP computers using version 2.3.0. > >>>>> The original locale is set for Thailand on all 3. > >>>>> So how do we fix it? Is there another patch? > >>>> >

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-23 Thread Prof Brian Ripley
>>> specific to the Thai localization. But without a means of reproducing >>>> this, I can only guess. >>>> >>>> If you can set up a debugger (see the rw-FAQ), you may be able to give us >>>> some additional clues as the where the crash is

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-23 Thread Ei-ji Nakama
;>> the > >>> same computer? > >> > >> Because of the issue mentioned in the CHANGES file, the change to the C > >> locale was reverted by opening a graphics window. > >> > >>> > >>> --- > >>>> Sys.getlocale() >

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-22 Thread Prof Brian Ripley
gt;>> "LC_COLLATE=Thai_Thailand.874;LC_CTYPE=Thai_Thailand.874;LC_MONETARY=Thai_Thailand.874;LC_NUMERIC=C;LC_TIME=Thai_Thailand.874" >>> --- >>> >>> Thanks >>> Edward >>> >>> - Original Message - From: "Prof Brian Ripley

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-22 Thread Ei-ji Nakama
74;LC_CTYPE=Thai_Thailand.874;LC_MONETARY=Thai_Thailand.874;LC_NUMERIC=C;LC_TIME=Thai_Thailand.874" > > --- > > > > Thanks > > Edward > > > > - Original Message - From: "Prof Brian Ripley" > > <[EMAIL PROTECTED]> > > To: <

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-22 Thread ripley
.getlocale() >> [1] >> "LC_COLLATE=Thai_Thailand.874;LC_CTYPE=Thai_Thailand.874;LC_MONETARY=Thai_Thailand.874;LC_NUMERIC=C;LC_TIME=Thai_Thailand.874" >> --- >> >> Thanks >> Edward >> >> - Original Message - From: "Prof Brian Ripley&qu

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-22 Thread ripley
E=Thai_Thailand.874;LC_CTYPE=Thai_Thailand.874;LC_MONETARY=Thai_Thailand.874;LC_NUMERIC=C;LC_TIME=Thai_Thailand.874" > --- > > Thanks > Edward > > - Original Message - From: "Prof Brian Ripley" > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > C

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-22 Thread edward . m
D]> Sent: Monday, May 22, 2006 2:32 PM Subject: Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887) > Works perfectly for me. There was a bug in 2.2.1, but it was fixed in > 2.2.1 patched (see CHANGES). > > What locale were you changing from? (This might be a Windows pr

Re: [Rd] Sys.setlocale upsets windows graphics device (PR#8887)

2006-05-22 Thread ripley
Works perfectly for me. There was a bug in 2.2.1, but it was fixed in 2.2.1 patched (see CHANGES). What locale were you changing from? (This might be a Windows problem specific to your locale.) On Mon, 22 May 2006, [EMAIL PROTECTED] wrote: > Full_Name: Edward McNeil > Version: 2.3.0 > OS: Wid