Please describe your feature request
I think the situation now is that box::help() uses box:::parse_documentation() to create Rd files to show help. In a situation where the documentation needs to be rendered into a web page it would be nice to have the Rd files to make qmd/html out of it.
I am asking for this in relation to the r-project-template I am building that uses box (and other tooling in a non R standard way). And the current documentation workflow uses quartify but maybe it would be useful to drop that dependency, make the Rd files with box and then pass them to rd2qmd for quarto conversion in a CI setup to generate a web page documenting the project.
I can try making a PR if this is something you would approve for the package.
Please describe your feature request
I think the situation now is that
box::help()usesbox:::parse_documentation()to createRdfiles to show help. In a situation where the documentation needs to be rendered into a web page it would be nice to have the Rd files to makeqmd/htmlout of it.I am asking for this in relation to the r-project-template I am building that uses
box(and other tooling in a nonRstandard way). And the current documentation workflow uses quartify but maybe it would be useful to drop that dependency, make theRdfiles withboxand then pass them to rd2qmd forquartoconversion in a CI setup to generate a web page documenting the project.I can try making a PR if this is something you would approve for the package.