|
1 | 1 | Package: installr |
2 | 2 | Type: Package |
3 | 3 | Title: Using R to install stuff (such as: R, Rtools, RStudio, git, and more!) |
4 | | -Version: 0.14.4 |
5 | | -Date: 2014-05-08 |
| 4 | +Version: 0.14.5 |
| 5 | +Date: 2014-05-19 |
6 | 6 | Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email = |
7 | 7 | "tal.galili@gmail.com", comment = "http://www.r-statistics.com"), |
8 | 8 | person("Barry", "Rowlingson", role = "ctb", email = |
9 | | - "b.rowlingson@lancaster.ac.uk"), person("Boris", "Hejblum", role = "ctb") , |
10 | | - person("Dason", role = "ctb"), person("Felix", "Schonbrodt", role = "ctb"), |
11 | | - person("G.", "Grothendieck", role = "ctb") , person("GERGELY", "DAROCZI", |
12 | | - role = "ctb") , person("Heuristic", "Andrew", role = "ctb") , |
13 | | - person("James", role = "ctb", comment = |
14 | | - "http://stackoverflow.com/users/269476/james"), person("Thomas", "Leeper", |
15 | | - role = "ctb", comment = "http://thomasleeper.com/"), person("VitoshKa", |
16 | | - role = "ctb"), person("Yihui", "Xie", role = "ctb", comment = |
17 | | - "http://yihui.name"), person("Michael", "Friendly", role = "ctb", comment = |
18 | | - "http://datavis.ca/") , person("Kornelius", "Rohmeyer", email = |
19 | | - "rohmeyer@small-projects.de", role = "ctb", comment = |
20 | | - "http://algorithm-forge.com/techblog/"), person("Dieter", "Menne", email = |
21 | | - "dieter.menne@menne-biomed.de", role = "ctb"), person("Tyler", "Hunt", |
22 | | - comment = "https://github.com/JackStat", role = "ctb"), person("Takekatsu", |
23 | | - "Hiramura", email = "thira@plavox.info", comment = |
24 | | - "https://github.com/hiratake55", role = "ctb")) |
| 9 | + "b.rowlingson@lancaster.ac.uk"), person("Boris", "Hejblum", email= |
| 10 | + "boris.hejblum@isped.u-bordeaux2.fr>", role = "ctb") , person("Dason", role |
| 11 | + = "ctb"), person("Felix", "Schonbrodt", role = "ctb"), person("G.", |
| 12 | + "Grothendieck", role = "ctb") , person("GERGELY", "DAROCZI", role = "ctb") |
| 13 | + , person("Heuristic", "Andrew", role = "ctb") , person("James", role = |
| 14 | + "ctb", comment = "http://stackoverflow.com/users/269476/james"), |
| 15 | + person("Thomas", "Leeper", role = "ctb", comment = |
| 16 | + "http://thomasleeper.com/"), person("VitoshKa", role = "ctb"), |
| 17 | + person("Yihui", "Xie", role = "ctb", comment = "http://yihui.name"), |
| 18 | + person("Michael", "Friendly", role = "ctb", comment = "http://datavis.ca/") |
| 19 | + , person("Kornelius", "Rohmeyer", email = "rohmeyer@small-projects.de", |
| 20 | + role = "ctb", comment = "http://algorithm-forge.com/techblog/"), |
| 21 | + person("Dieter", "Menne", email = "dieter.menne@menne-biomed.de", role = |
| 22 | + "ctb"), person("Tyler", "Hunt", comment = "https://github.com/JackStat", |
| 23 | + role = "ctb"), person("Takekatsu", "Hiramura", email = "thira@plavox.info", |
| 24 | + comment = "https://github.com/hiratake55", role = "ctb")) |
25 | 25 | Description: R is great for installing software. Through the 'installr' |
26 | 26 | package you can automate the updating of R (on Windows, using updateR()) |
27 | 27 | and install new software. Software installation is initiated through a |
|
0 commit comments