>>>>> paul <[email protected]>
>>>>> on Thu, 16 Apr 2015 18:58:12 +0000 writes:
> Because of the setup of R in cygwin, help.start() requires
> the following parameter values:
> help.start(browser="cygstart",remote=R.home())
> Is it possible to make these values the default?
You are building R from the sources, right?
Then, of course it is easily possible: Just modify your version
of the R source code appropriately:
It is file <R>/src/library/utils/R/help.start.R
(And you need more changes anyway to make things work under Cygwin;
but don't ask me about it: I do run R on Windows only very rarely)
> I do not want cygstart to be the browser except as a
> parameter for help.start().
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
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.