Mason template for an R package at GitHub
R Makefile
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
R
inst/template
man
.Rbuildignore
.gitignore
DESCRIPTION
LICENSE
NAMESPACE
README.md
mason.rpkg.Rproj

README.md

mason.github

Template for an R package on GitHub, for Mason.

A Mason template for an R package that is developed at GitHub. It includes configuration, files for continuous integration, badges for CIs and CRAN versions, README files, a NEWS file.

Installation

Then install this package from GitHub, with the devtools package:

devtools::install_github("gaborcsardi/mason.github")

Usage

Call Mason from an empty directory:

dir.create("mypackage")
setwd("mypackage")
mason::mason("github")

License

MIT © Gábor Csárdi