Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 it

You 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