Simple and Uncluttered Package Documentation
Installation
You can install the development version of postdoc from r-universe:
# Download and install postdoc in R
install.packages('postdoc',
repos = c('https://ropensci.r-universe.dev','https://cloud.r-project.org'))
Example
Render the manual for the ‘MASS’ package:
library(postdoc)
htmlfile <- render_package_manual(package = 'MASS')
utils::browseURL(htmlfile)