On 12/03/2024 6:58 a.m., Ivan Krylov via R-package-devel wrote:
В Mon, 11 Mar 2024 14:57:58 +0000
"Ruff, Sergej" <sergej.r...@tiho-hannover.de> пишет:

I uploaded the old version of the package to my repo:
https://github.com/SergejRuff/boot

After installing this tarball, running RStudio and typing:

library(bootGSEA)
?bootGSEA

...I see the help page in RStudio's help tab, not in the browser. I
think this is the expected behaviour for RStudio.

You can tell R to use an external browser in RStudio by setting the "browser" option. For example,

  options(browser="open")

causes help to open in the default browser on MacOS. See ?browseURL for details of how to specify other browsers.

Duncan Murdoch

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to