[R-pkg-devel] @doctype is deprecated. need help for r package documentation
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) like from the before version of the package. I tried ?_PACKAGE? in the documentation of the package section as @doctype is depreceated, but it still doesn?t seem to solve the issue. Do you have any idea on this?