[R-pkg-devel] [EXTERN] Re: [EXTERN] Re: [EXTERN] Re: @doctype is deprecated. need help for r package documentation

Duncan Murdoch murdoch@dunc@n @end|ng |rom gm@||@com
Tue Mar 12 13:09:57 CET 2024


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.Ruff using 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



More information about the R-package-devel mailing list