Package: remotes
Title: R Package Installation from Remote Repositories, Including 'GitHub'
Version: 2.4.2
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Jim", "Hester", , "jim.hester@rstudio.com", role = "aut"),
    person("Hadley", "Wickham", role = c("aut")),
    person("Winston", "Chang", 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', 'GitLab', 
    'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git' repositories. 
    This package provides the 'install_*' functions in 'devtools'. Indeed most 
    of the code was copied over from 'devtools'.
License: MIT + file LICENSE
URL: https://remotes.r-lib.org, https://github.com/r-lib/remotes#readme
BugReports: https://github.com/r-lib/remotes/issues
Imports:
    methods,
    stats,
    tools,
    utils
Suggests:
    brew,
    callr,
    codetools,
    curl,
    covr,
    git2r (>= 0.23.0),
    knitr,
    mockery,
    pkgbuild (>= 1.0.1),
    pingr,
    rmarkdown,
    rprojroot,
    testthat,
    webfakes,
    withr
Depends:
    R (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.1.2
SystemRequirements: Subversion for install_svn, git for install_git
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
