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.
Then install this package from GitHub, with the devtools
package:
devtools::install_github("gaborcsardi/mason.github")
Call Mason from an empty directory:
dir.create("mypackage")
setwd("mypackage")
mason::mason("github")
MIT © Gábor Csárdi