Ranjan Maitra
2011-Apr-12 17:54 UTC
[R] Using help in Windows version of R with disabled browser
Dear colleagues, I am trying to get someone to use R on MS Windows with the browser disabled. My question is how does he/she get to use R-help which goes off the browser (and correspondingly complains about the inability to start firefox, etc). In linux, which is what I use, this is not a problem: what needs to be set in Windows to replicate this behavior? Sorry if I am not clear: please feel free to ask me for clarifications. Thanks again for the helpful advice! Best wishes, Ranjan
Jonathan P Daily
2011-Apr-12 18:04 UTC
[R] Using help in Windows version of R with disabled browser
try: options(help_type = 'text') ?options If this works, you can create a site profile (A default is created automatically in windows, if I remember correctly) where you can set this to run in each session. -------------------------------------- Jonathan P. Daily Technician - USGS Leetown Science Center 11649 Leetown Road Kearneysville WV, 25430 (304) 724-4480 "Is the room still a room when its empty? Does the room, the thing itself have purpose? Or do we, what's the word... imbue it." - Jubal Early, Firefly From: Ranjan Maitra <maitra at iastate.edu> To: R-help <r-help at stat.math.ethz.ch> Date: 04/12/2011 01:56 PM Subject: [R] Using help in Windows version of R with disabled browser Sent by: r-help-bounces at r-project.org Dear colleagues, I am trying to get someone to use R on MS Windows with the browser disabled. My question is how does he/she get to use R-help which goes off the browser (and correspondingly complains about the inability to start firefox, etc). In linux, which is what I use, this is not a problem: what needs to be set in Windows to replicate this behavior? Sorry if I am not clear: please feel free to ask me for clarifications. Thanks again for the helpful advice! Best wishes, Ranjan ______________________________________________ R-help at 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.