cookiecutter-R-package

Build Status

Cookiecutter template for an R package. See https://github.com/audreyr/cookiecutter.

  • Adds package-name.R with boilerplate for Roxygen2
  • Adds basic .travis.yml file for Travis-CI builds
  • Includes .gitignore and .Rbuildignore to cover most use cases.
  • Includes Rmarkdown vignette example with necessary DESCRIPTION file.
  • Adds basic testthat framework.
  • Includes other basic R boilerplate code.

Usage

Generate an R package project:

`cookiecutter https://github.com/Jacobcvt12/cookiecutter-R-package.git`

Then:

  • Create a repo and put it there.
  • Add the repo to your Travis CI account.