Hi all,
@hadley says that one can include a .R file in your package to have a help page for the entire package (R Packages (2e) - 16 Function documentation).
But, if I include the code provided there or follow the approach dplyr takes (https://github.com/tidyverse/dplyr/blob/master/R/dplyr.r + dplyr/DESCRIPTION at main · tidyverse/dplyr · GitHub), I end up with two pages in the 00index.html of my package documentation. One is called like the package, the other is package-package:
What should happen (at least if I look at the dplyr 00index.html) is that I have a single .Rd that is separated from the package functions at the top of my index :
I could not come up with a minimal reproducible example - if it helps the code for the package is on:
Cheers
Marco