Package: ghit
Type: Package
Title: Lightweight GitHub Package Installer
Version: 0.2.18
Date: 2017-06-25
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"), email = "thosjleeper@gmail.com"),
             person("Imanuel", "Costigan", role = "ctb", email = "i.costigan@me.com"))
Description: A lightweight, vectorized drop-in replacement for
    'devtools::install_github()' that uses native git and R methods to clone and
    install a package from GitHub. From v0.2.15, also includes an analogue for 
    'install_bitbucket()'.
Imports: utils, tools, git2r (>= 0.12.1)
Suggests: testthat
License: MIT + file LICENSE
URL: https://github.com/cloudyr/ghit
BugReports: https://github.com/cloudyr/ghit/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-27 14:55:54 UTC; THOMAS
Author: Thomas J. Leeper [aut, cre],
  Imanuel Costigan [ctb]
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2017-06-27 15:50:08 UTC
