[R] GUI preferences are not saved

2012-01-14 Thread Phillip Feldman
I'm running R version 2.14.1 (2011-12-22) on a 32-bit Windows machine.
 I've edited the GUI preferences to increase the font size, saving my
preferences after doing so, but the next time I start an R session, my
changes to the GUI preferences are lost.  Is there a way to make the
GUI preference changes permanent?

Phillip

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] GUI preferences are not saved

2012-01-14 Thread Prof Brian Ripley

On 15/01/2012 01:57, Phillip Feldman wrote:

I'm running R version 2.14.1 (2011-12-22) on a 32-bit Windows machine.
  I've edited the GUI preferences to increase the font size, saving my
preferences after doing so, but the next time I start an R session, my
changes to the GUI preferences are lost.  Is there a way to make the
GUI preference changes permanent?


Save them in the right place.  See ?Rconsole for where it is looking 
(and a file you can edit directly).


--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.