Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meerapatelmd/glitter
R package for making basic git commands from the R console and deploying packages and GitHub Pages
https://github.com/meerapatelmd/glitter
command-line git github-api github-pages pkgdown
Last synced: 3 months ago
JSON representation
R package for making basic git commands from the R console and deploying packages and GitHub Pages
- Host: GitHub
- URL: https://github.com/meerapatelmd/glitter
- Owner: meerapatelmd
- Created: 2020-09-20T01:09:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T05:06:25.000Z (about 3 years ago)
- Last Synced: 2024-06-05T02:31:59.952Z (5 months ago)
- Topics: command-line, git, github-api, github-pages, pkgdown
- Language: R
- Homepage: http://meerapatelmd.github.io/glitter
- Size: 17.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - meerapatelmd/glitter - R package for making basic git commands from the R console and deploying packages and GitHub Pages (R)
README
# glitter
[![R-CMD-check](https://github.com/meerapatelmd/glitter/workflows/R-CMD-check/badge.svg)](https://github.com/meerapatelmd/glitter/actions)
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](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By
contributing to this project, you agree to abide by its terms.