Package: remotes
Title: R Package Installation from Remote Repositories, Including
        'GitHub'
Version: 1.0.0
Authors@R: c(
    person("Gabor", "Csardi", , "gcsardi@mango-solutions.com", role = c("aut", "cre")),
    person("Hadley", "Wickham", role = c("aut")),
    person("Winston", "Chang", role = "aut"),
    person("Jim", "Hester", role = "aut"),
    person("RStudio", role = "cph"),
    person("Martin", "Morgan", role = "aut"),
    person("Dan", "Tenenbaum", role = "aut"),
    person("Mango Solutions", role = "cph")
    )
Maintainer: Gabor Csardi <gcsardi@mango-solutions.com>
Description: Download and install R packages stored in 'GitHub',
    'BitBucket', or plain 'subversion' or 'git' repositories. This package
    is a lightweight replacement of the 'install_*' functions in 'devtools'.
    Indeed most of the code was copied over from 'devtools'.
License: GPL (>= 2)
URL: https://github.com/mangothecat/remotes
BugReports: https://github.com/mangothecat/remotes/issues
Imports: methods, utils
Suggests: curl, git2r, pingr, testthat
Depends: R (>= 3.0.0)
RoxygenNote: 5.0.1.9000
SystemRequirements: Subversion for install_svn, git for install_git
NeedsCompilation: no
Packaged: 2016-09-09 22:20:06 UTC; gaborcsardi
Author: Gabor Csardi [aut, cre],
  Hadley Wickham [aut],
  Winston Chang [aut],
  Jim Hester [aut],
  RStudio [cph],
  Martin Morgan [aut],
  Dan Tenenbaum [aut],
  Mango Solutions [cph]
Repository: CRAN
Date/Publication: 2016-09-10 01:54:30
