11Package: installr
22Type: Package
33Title: Using R to Install Stuff (Such As: R, 'Rtools', 'RStudio', 'Git', and More!)
4- Version: 0.19 .0
5- Date: 2017-04-21
4+ Version: 0.20 .0
5+ Date: 2017-08-20
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 =
@@ -29,7 +29,8 @@ Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
2929 "https://github.com/ajrgodfrey", role = "ctb"),
3030 person("Tom", "Allard", email = "tallard@frb.gov", role = "ctb"),
3131 person("ChingChuan", "Chen", email = "zw12356@gmail.com", role = "ctb"),
32- person("Jonathan", "Hill", email = "jon.mark.hill@gmail.com", role = "ctb")
32+ person("Jonathan", "Hill", email = "jon.mark.hill@gmail.com", role = "ctb"),
33+ person("Chan-Yub", "Park", comment = "https://github.com/mrchypark", role = "ctb")
3334 )
3435Description: R is great for installing software. Through the 'installr'
3536 package you can automate the updating of R (on Windows, using updateR())
0 commit comments