11Package: installr
22Type: Package
33Title: Using R to install stuff (such as: R, Rtools, RStudio, git, and more!)
4- Version: 0.14.2
5- Date: 2014-04-17
4+ Version: 0.14.3
5+ Date: 2014-05-06
66Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
77 "tal.galili@gmail.com", comment = "http://www.r-statistics.com"),
88 person("Barry", "Rowlingson", role = "ctb", email =
@@ -19,7 +19,7 @@ Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
1919 "rohmeyer@small-projects.de", role = "ctb", comment =
2020 "http://algorithm-forge.com/techblog/"), person("Dieter", "Menne", email =
2121 "dieter.menne@menne-biomed.de", role = "ctb"), person("Tyler", "Hunt",
22- comment = "https://github.com/JackStat", role = "ctb"))
22+ comment = "https://github.com/JackStat", role = "ctb"), person("Takekatsu", "Hiramura", email = "thira@plavox.info", comment = "https://github.com/hiratake55", role = "ctb") )
2323Description: R is great for installing software. Through the 'installr'
2424 package you can automate the updating of R (on Windows, using updateR())
2525 and install new software. Software installation is initiated through a
0 commit comments