forked from talgalili/installr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
72 lines (72 loc) · 3.38 KB
/
DESCRIPTION
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: installr
Type: Package
Title: Using R to Install Stuff on Windows OS (Such As: R, 'Rtools', 'RStudio', 'Git', and More!)
Version: 0.23.0
Date: 2020-03-27
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
"[email protected]", comment = "http://www.r-statistics.com"),
person("Barry", "Rowlingson", role = "ctb", email =
"[email protected]"), person("Boris", "Hejblum", email=
"[email protected]>", 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 = "[email protected]",
role = "ctb", comment = "http://algorithm-forge.com/techblog/"),
person("Dieter", "Menne", email = "[email protected]", role =
"ctb"), person("Tyler", "Hunt", comment = "https://github.com/JackStat",
role = "ctb"), person("Takekatsu", "Hiramura", email = "[email protected]",
comment = "https://github.com/hiratake55", role = "ctb"), person("Berry",
"Boessenkool", email = "[email protected]", comment =
"https://github.com/BerryBoessenkool", role = "ctb"),
person("Jonathan",
"Godfrey", email = "[email protected]", comment =
"https://github.com/ajrgodfrey", role = "ctb"),
person("Tom", "Allard", email = "[email protected]", role = "ctb"),
person("ChingChuan", "Chen", email = "[email protected]", role = "ctb"),
person("Jonathan", "Hill", email = "[email protected]", role = "ctb"),
person("Chan-Yub", "Park", email = "[email protected]",
comment = "https://github.com/mrchypark", role = "ctb"),
person("Gerhard", "Nachtmann", email = "[email protected]", role = "ctb"),
person("Russ", "Hyde", email = "[email protected]", role = "ctb"),
person("Lyndon", "D'Arcy", comment = "https://github.com/logworthy", 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: http://talgalili.github.io/installr/,
https://github.com/talgalili/installr/,
http://www.r-statistics.com/tag/installr/
BugReports: https://github.com/talgalili/installr/issues
OS_type: windows
Depends:
R (>= 2.14.0),
stringr,
utils
Suggests:
curl,
XML,
htmltab,
devtools,
rjson,
data.table,
plyr,
ggplot2,
sp,
tools,
pkgbuild,
testthat (>= 2.1.0),
mockery,
R.utils
License: GPL-2
RoxygenNote: 7.0.2