mason.rpkg
January 21, 2016 · View on GitHub
A generic R package template for Mason.
Installation
You can install this package from GitHub, using the devtools package:
devtools::install_github("gaborcsardi/mason.rpkg")
Usage
Call Mason from an empty directory:
dir.create("mypackage")
setwd("mypackage")
library(mason)
mason("rpkg")
License
MIT © Gábor Csárdi