Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

tidylab/template.package

Repository files navigation

template.package

Package Website Travis Status Code Coverage Status

Boilerplate for ‘tidylab’ Packages

Overview

Any R package may include functions, tests, documentation and data. While the content between packages is different, package development tools and processes are often similar. template.package aims at:
* Letting the R programmer focus on what’s important – developing the package content;
* Speeding-up development time by reducing rework time spent on development tools setup; and
* Laying the infrastructure needed for some good software development practices such as test-driven development.
template.package includes:
* Fully configured test-suite, including code-coverage;
* Fully configured continuous-integration (CI) script for Travis; and
* Fully configured continuous-development (CD) script for Travis.

See the package website for more information.

Installation

You can install template.package by using:

install.packages("devtools")
devtools::install_github("tidylab/template.package")

About

Boilerplate for 'tidylab' Packages

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages