/r-package-template

A template for R packages

Primary LanguageR

R Package Template Build Status Coverage Status

This repository offers a basic template for R packages that already includes Travis and covr integration.

Simply clone this repository, change the remote, replace the references to "r-package-template", and you have a fresh package ready to go!

Don't forget to change the references to "package.name" in the DESCRIPTION file, package file and tests file.