An open API service indexing awesome lists of open source software.

https://github.com/ropensci/postdoc

Simple HTML package documentation
https://github.com/ropensci/postdoc

Last synced: 3 months ago
JSON representation

Simple HTML package documentation

Awesome Lists containing this project

README

        

# postdoc

> Simple and Uncluttered Package Documentation

## Installation

You can install the development version of postdoc from r-universe:

```r
# 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:

```r
library(postdoc)
htmlfile <- render_package_manual(package = 'MASS')
utils::browseURL(htmlfile)
```