Package: remotes
Title: R Package Installation from Remote Repositories, Including
        'GitHub'
Version: 1.1.1
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.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")
    )
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/r-lib/remotes#readme
BugReports: https://github.com/r-lib/remotes/issues
Imports: methods, utils
Suggests: curl, git2r, mockery, pingr, testthat, withr
Depends: R (>= 3.0.0)
RoxygenNote: 6.0.1
SystemRequirements: Subversion for install_svn, git for install_git
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2017-12-20 20:11:06 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  Hadley Wickham [aut],
  Winston Chang [aut],
  Jim Hester [aut],
  RStudio [cph],
  Martin Morgan [aut],
  Dan Tenenbaum [aut],
  Mango Solutions [cph]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2017-12-20 23:50:46 UTC
