Skip to content

R package for making basic git commands from the R console and deploying packages and GitHub Pages

Notifications You must be signed in to change notification settings

meerapatelmd/glitter

Repository files navigation

glitter

R-CMD-check

This package contains convenience functions to perform basic Git commands such as add, commit, and push directly from the R console. A file recovery feature enables easy retrieval of a previously deleted file directly from the R console. For package deployment, helper functions allow for a concurrent deployment of both a new package release to a GitHub repository and an updated pkgdown GitHub Page.

Installation

library(devtools)  
install_github("meerapatelmd/glitter")  

Code of Conduct

Please note that the glitter project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.