README.md

gitBusy

Github API Wrapper

Build Status

Authors:

Abishek Murali

Sid Arora

Ivan Despot

Avinash Prabhakaran

Project Summary

The goal of this project was to create a user-friendly and intuitive API wrapper for Github. The gitBusy package allows users to efficiently retrieve information on organizations, users, and repositories from the Github website.

This project is part of the DSCI 525 Web and Cloud Computing Course for the Masters of Data Science program at the University of British Columbia.

Functions

Installation / Uninstallation and Execution

To install this package, run the following command in the console for RStudio:

devtools::install_github("UBC-MDS/gitBusy")

Installing the package automatically installs the vignette.

To perform a clean removal of the packages, run

remove.packages('gitBusy')

Running Tests

To run the tests for this package, download and change directory to the repository. Then, in Rstudio console:

  1. Load the package functions into the environment using devtools::load_all()
  2. Run the tests using: devtools::test()


UBC-MDS/gitBusy documentation built on May 24, 2019, 9:50 a.m.