Skip to content
Prev 181395 / 398502 Next

Running R from a read-only CD

On 25/05/2009 5:36 PM, Charles Annis, P.E. wrote:
That's a question for Microsoft support.  It's their help system...

To use HTML help instead, install R with that option, or change the 
options in your R_HOME/etc/Rprofile.site file to something like this:

# to prefer Compiled HTML help
# options(chmhelp=TRUE)

# to prefer HTML help
   options(htmlhelp=TRUE)

Duncan Murdoch