Mason template for a generic minimal R package
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.rpkg

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