Package: gitgadget
Type: Package
Title: Rstudio Addin for Version Control and Assignment Management
        using Git
Version: 0.2.0
Date: 2016-9-14
Authors@R: c(
    person("Vincent", "Nijs", , "vnijs@ucsd.edu", c("aut", "cre")),
    person("Sanjiv", "Erat", , "serat@ucsd.edu", "aut")
    )
Description: An Rstudio addin for version control that allows users to clone repos, create and delete branches, and sync forks on GitHub, GitLab, etc. Furthermore, the addin uses the GitLab API to allow instructors to create forks and merge requests for all students/teams with one click of a button.
Depends: R (>= 3.3.0)
Imports: shiny (>= 0.14), miniUI (>= 0.1.1), rstudioapi (>= 0.6), curl
        (>= 0.9), jsonlite (>= 1.0), dplyr (>= 0.5), methods
URL: https://gitlab.com/vnijs/gitgadget
BugReports: https://github.com/vnijs/gitgadget
License: GPL-3
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-09-14 17:14:40 UTC; vnijs
Author: Vincent Nijs [aut, cre],
  Sanjiv Erat [aut]
Maintainer: Vincent Nijs <vnijs@ucsd.edu>
Repository: CRAN
Date/Publication: 2016-09-14 21:44:09
