/howtoRpackage

Tips to create R packages

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

howtoRpackage

The goal of howtoRpackage is to ...

Installation

You can install the dev version of howtoRpackage from Github with:

library(devtools)

devtools::install_github(repo = "https://github.com/bniebuhr/howtoRpackage.git", ref = "HEAD")

Building yourself

You can also clone (or fork + clone) this repo to your computer and build it yourself!