Search code examples
rgithubgithub-pagesroxygen2r-package

R package help in github gh-pages


Given an R package with a git repo on github, I'm looking for an optimal way to build a github hosted (gh-pages) site from the function documentation within the package (in the form roxygen2 comments). It'd be great to be able to include vignettes as well. Can anyone offer some pointers as to how to get started?


Solution

  • I've finally got around to trying pkgdown. It's still something of a work in progress, but very usable even at this stage. It does what I want.