Package: remotes Title: R Package Installation from Remote 'GitHub' Repositories 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("Mango Solutions", role = "cph") ) Maintainer: Gabor Csardi Description: Download and install R packages stored in 'GitHub', repositories. This package is a lightweight replacement of 'devtools::install_github()'. License: MIT + file LICENSE URL: https://github.com/mangothecat/remotes BugReports: https://github.com/mangothecat/remotes/issues Suggests: BiocInstaller, covr, pingr, testthat Depends: R (>= 3.2.0) RoxygenNote: 5.0.1