[R-pkg-devel] @doctype is deprecated. need help for r package documentation
Ivan Krylov
|kry|ov @end|ng |rom d|@root@org
Thu Mar 7 13:53:07 CET 2024
В Thu, 7 Mar 2024 10:37:51 +0000
"Ruff, Sergej" <Sergej.Ruff using tiho-hannover.de> пишет:
> I noticed that when I try _?bootGSEA_ it goes to the help page in R
> itself but not to the html page
That's up to the user to choose. help(bootGSEA, help_type = 'html')
should get you to the HTML documentation; help(bootGSEA, help_type =
'text') should give you plain text. The default depends on
options(help_type=...). On Windows, you get a choice during
installation of R; this gets recorded in file.path(R.home('etc'),
'Rprofile.site').
--
Best regards,
Ivan
More information about the R-package-devel
mailing list