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

2024-03-07 Thread Hadley Wickham
Do you have a pointer to the roxygen2 comments that you're using? Hadley On Thu, Mar 7, 2024 at 5:38 AM Ruff, Sergej wrote: > Hello, > > I need help with a package I am currently developing called bootGSEA. > I noticed that when I try ‘?bootGSEA’ it goes to the help page in R > itself but not t

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

2024-03-07 Thread Ivan Krylov via R-package-devel
В Thu, 7 Mar 2024 10:37:51 + "Ruff, Sergej" пишет: > 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 =

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

2024-03-07 Thread Ruff, Sergej
Hello, I need help with a package I am currently developing called bootGSEA. I noticed that when I try �?bootGSEA� it goes to the help page in R itself but not to the html page (we had this issue last time as well but we solved it by adding a documentation to the package itself to the R file) l