Skip to content
Prev 30552 / 63421 Next

problem with postscript/pdf plots, locales and embedded R

You start from a false premise, and it seems that you are reporting a 
serious bug in Rpy to the wrong list:

   Note that R expects to be run with the locale category `LC_NUMERIC' set
   to its default value of C, and so should not be embedded into an
   application which changes that.

('Writing R Extensions').
On Sat, 15 Nov 2008, laurent wrote:

            
Of course R does not violate its own documentation.  None of the R 
executables reset the LC_NUMERIC locale category, and all C programs start 
in the 'C' locale (both facts you should have known from the homework 
you did before posting).

BDR