Skip to content
/ postdoc Public
forked from ropensci/postdoc

Simple HTML package documentation

License

Notifications You must be signed in to change notification settings

llrs/postdoc

 
 

Repository files navigation

postdoc

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)

About

Simple HTML package documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 88.9%
  • HTML 11.1%