staticdocs

staticdocs is designed to make it quick and easy to build a website for your package. You can see staticdocs in action at http://hadley.github.io/staticdocs/: this is the output of staticdocs applied to the latest version of staticdocs.

Installation

staticdocs is not currently available from CRAN, but you can install the development version from github with:

# install.packages("devtools")
devtools::install_github("hadley/staticdocs")

Usage

Run staticdocs from the package directory each time you release your package:

staticdocs::build_site()

This will generate a docs/ directory. The home page will be generated from your package's README.md, and a function reference will be generated from the documentation in the man/ direcftory.

If you are using GitHub, the easiest way to make this your package website is to check into git, then go settings for your repo and make sure that the GitHub pages source is set to "master branch /docs folder".

Copy Link

Version

Down Chevron

Version

0.1.0.9000

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 1st, 1970

Functions in staticdocs (0.1.0.9000)