/gitworkr

A simple R package for git + github workflow automation.

Primary LanguageROtherNOASSERTION

gitworkr

A simple R package for git + github workflow automation.

Installation

## uncomment line below to install {remotes} package (if not already installed)
# install.packages("remotes")

## install {gitworkr}
remotes::install_github("ilinsmeier/gitworkr", force = TRUE)