Skip to content
Prev 106353 / 398506 Next

configure help

AA
Hi All,

I ma running R under windows with xemacs and ESS.
The Rprofile.site options, somehow gets overridden by xemacs and my options
in Rprofile.site are not taken into account while they are when I use Rgui.
How can I specify my options if I am using xemacs? and what configuration file
xemacs+ess use for R.
Thanks
AA

----- Original Message ----
From: Brian Ripley <ripley at stats.ox.ac.uk>
To: Fridolin Wild <fridolin.wild at wu-wien.ac.at>
Cc: r-help at stat.math.ethz.ch
Sent: Tuesday, December 19, 2006 7:15:11 AM
Subject: Re: [R] configure help
On Tue, 19 Dec 2006, Fridolin Wild wrote:

            
But it has nothing to do with the GUI preferences: it applies to the 
command-line version of R as well.

What about ?help did you not understand? It says

           chmhelp = getOption("chmhelp"),
           ...
  chmhelp: logical (or 'NULL'). Only relevant under Windows. If 'TRUE'
           the Compiled HTML version of the help on the topic will be
           shown in a help viewer.

so you need to set options(chmhelp=FALSE): it is up to you where you set 
it.