Re: [R] Using help in Windows version of R with disabled browser [SOLVED]

2011-04-28 Thread Duncan Murdoch
On 28/04/2011 11:00 AM, cpoirier wrote: Dear Ranjan, I'm afraid the command "options(help_type = 'text')" will not work if R is closed and opened again as the 'help_type' argument is set to 'html' by default in Windows (same for me). That's a default, but you can change it when you install R i

Re: [R] Using help in Windows version of R with disabled browser [SOLVED]

2011-04-28 Thread cpoirier
Dear Ranjan, I'm afraid the command "options(help_type = 'text')" will not work if R is closed and opened again as the 'help_type' argument is set to 'html' by default in Windows (same for me). You should better modify the 'C:/Program Files/R/R-X.XX.X/etc/Rprofile.site' file with a text editor, a

Re: [R] Using help in Windows version of R with disabled browser [SOLVED]

2011-04-14 Thread Ranjan Maitra
Hi, Just wanted to mention that this worked perfectly. Many thanks again and best wishes, Ranjan On Tue, 12 Apr 2011 13:04:14 -0500 Jonathan P Daily wrote: > try: > > options(help_type = 'text') > ?options > > If this works, you can create a site profile (A default is created > automaticall