Skip to content
Prev 10768 / 15075 Next

bypassing the R.app help browser?

Hi Marc,

Thanks for this. It does work, and I wasn't aware of it -- you've obviously
done a better job than I did of searching for a solution!

Although this approach works, it has the disadvantage of permanently
changing the help browser in R.app, beyond the current session, at least
until the change is explicitly undone. I think that I can work around that
by something like

	current <- system("defaults read org.R-project.R", intern=TRUE)

to discover whether the use.external.help preference exists, and if so, what
its value is; to then set the preference to YES if it's NO or unset; and
finally to remove the preference on exit.

Again, thanks -- I think that I can work with this, though it would in my
opinion be better if the help browser were settable for the current session
directly via options() in R, or if one could specify the browser in a call
to help().

Best (and thanks again),
 John