Package: gitgadget
Type: Package
Title: Rstudio Addin for Version Control and Assignment Management
        using Git
Version: 0.5.2
Date: 2019-10-9
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
    repositories, 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.4.0)
Imports: shiny (>= 1.3.2), miniUI (>= 0.1.1.1), rstudioapi (>= 0.7),
        curl (>= 3.2), jsonlite (>= 1.5), dplyr (>= 0.8.3), shinyFiles
        (>= 0.7.3), callr (>= 2.0.4), usethis (>= 1.5.1), markdown
Suggests: knitr, rmarkdown
URL: URL: https://github.com/vnijs/gitgadget
BugReports: https://github.com/vnijs/gitgadget/issues
License: GPL-3
LazyData: true
RoxygenNote: 6.1.1
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-10-10 03:33:35 UTC; vnijs
Author: Vincent Nijs [aut, cre],
  Sanjiv Erat [aut]
Maintainer: Vincent Nijs <vnijs@ucsd.edu>
Repository: CRAN
Date/Publication: 2019-10-10 04:30:02 UTC
Built: R 4.0.0; ; 2020-04-10 09:13:57 UTC; windows
