knitr::opts_chunk$set(
  comment = "#>",
  tidy = FALSE,
  error = FALSE,
  fig.width = 8,
  fig.height = 8)

{{ name }}

{{ title }}

{{#travis_shield}} ![Linux Build Status](https://travis-ci.org/{{ gh_username }}/{{ name }}.svg?branch=master) {{/travis_shield}} {{#appveyor_shield}} ![Windows Build status](https://ci.appveyor.com/api/projects/status/github/{{ gh_username }}/{{ name }}?svg=true) {{/appveyor_shield}} ![](http://www.r-pkg.org/badges/version/{{ name }}) ![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/{{ name }})

{{ description }}

Installation

devtools::install_github("{{ gh_username }}/{{ name }}")

Usage

library({{ name }})

License

{{ licensenofile }} © {{{ copyrightholder }}



metacran/mason.github documentation built on May 22, 2019, 7:48 p.m.