-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 2.19 KB
/
Copy pathDESCRIPTION
File metadata and controls
48 lines (48 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: installr
Type: Package
Title: Using R to install stuff (such as: R, Rtools, RStudio, git, and more!)
Version: 0.14.2
Date: 2014-04-17
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
"tal.galili@gmail.com", comment = "http://www.r-statistics.com"),
person("Barry", "Rowlingson", role = "ctb", email =
"b.rowlingson@lancaster.ac.uk"), person("Boris", "Hejblum", role = "ctb") ,
person("Dason", role = "ctb"), person("Felix", "Schonbrodt", role = "ctb"),
person("G.", "Grothendieck", role = "ctb") , person("GERGELY", "DAROCZI",
role = "ctb") , person("Heuristic", "Andrew", role = "ctb") ,
person("James", role = "ctb", comment =
"http://stackoverflow.com/users/269476/james"), person("Thomas", "Leeper",
role = "ctb", comment = "http://thomasleeper.com/"), person("VitoshKa",
role = "ctb"), person("Yihui", "Xie", role = "ctb", comment =
"http://yihui.name"), person("Michael", "Friendly", role = "ctb", comment =
"http://datavis.ca/") , person("Kornelius", "Rohmeyer", email =
"rohmeyer@small-projects.de", role = "ctb", comment =
"http://algorithm-forge.com/techblog/"), person("Dieter", "Menne", email =
"dieter.menne@menne-biomed.de", role = "ctb"), person("Tyler", "Hunt",
comment = "https://github.com/JackStat", role = "ctb"))
Description: R is great for installing software. Through the 'installr'
package you can automate the updating of R (on Windows, using updateR())
and install new software. Software installation is initiated through a
gui (just run installr()), or through functions such as: install.Rtools(),
install.pandoc(), install.git(), and many more. The updateR() command
performs the following: finding the latest R version, downloading it,
running the installer, deleting the installation file, copy and updating
old packages to the new R installation.
URL: https://github.com/talgalili/installr/,
http://www.r-statistics.com/tag/installr/
BugReports: https://github.com/talgalili/installr/issues
Depends:
R (>= 2.11.0)
Imports:
utils
Suggests:
XML,
devtools,
rjson,
data.table,
plyr,
ggplot2,
sp,
tools
License: GPL-2
Roxygen: list(wrap = TRUE)