Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairizuanbinnoorazman/githubR
Manage Github repositories with R scripts
https://github.com/hairizuanbinnoorazman/githubR
Last synced: 3 months ago
JSON representation
Manage Github repositories with R scripts
- Host: GitHub
- URL: https://github.com/hairizuanbinnoorazman/githubR
- Owner: hairizuanbinnoorazman
- License: other
- Created: 2016-12-24T15:02:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T17:00:54.000Z (almost 8 years ago)
- Last Synced: 2024-06-05T02:31:57.488Z (5 months ago)
- Language: R
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hairizuanbinnoorazman/githubR - Manage Github repositories with R scripts (R)
README
# githubR
This package is wrapper around the Github API and it serves to allow anybody who knows R to quickly manage Github repositories.
Some of the actions done on Github can be managed with Scripts; e.g.
- Creating of Issues
- Creating of Milestones
- Creating of Projects and Columns within itYou can install the package by going through the following:
```
install.packages("devtools")
library(devtools)
devtools::install_github("hairizuanbinnoorazman/githubR", build_vignettes = TRUE)
```If you encounter a bug while using the package, take a screenshot of the error and file an issue on this repository.
## Status of package
This package is currently under construction