Skip to content
Prev 34636 / 63421 Next

Request: bring back windows chm help support (PR#14034)

I found the option in ?options and just tried it with Firefox and
Google Chrome and they do seem a bit faster than IE.

options(browser = function(x) shell(paste("start firefox", x)))
?help

options(browser = function(x)
shell(paste("%LocalAppData%\\Google\\Chrome\\Application\\chrome.exe",
x)))
?help.search
On Sun, Nov 1, 2009 at 6:18 PM, Peter Ehlers <ehlers at ucalgary.ca> wrote: