98 lines
5.0 KiB
Plaintext
Raw Permalink Normal View History

2025-01-12 00:52:51 +08:00
Package: installr
Type: Package
Title: Using R to Install Stuff on Windows OS (Such As: R, 'Rtools',
'RStudio', 'Git', and More!)
Version: 0.23.4
Date: 2022-11-13
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", email=
"boris.hejblum@isped.u-bordeaux2.fr>", 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"), person("Takekatsu", "Hiramura", email = "thira@plavox.info",
comment = "https://github.com/hiratake55", role = "ctb"), person("Berry",
"Boessenkool", email = "berry-b@gmx.de", comment =
"https://github.com/BerryBoessenkool", role = "ctb"),
person("Jonathan",
"Godfrey", email = "a.j.godfrey@massey.ac.nz", comment =
"https://github.com/ajrgodfrey", role = "ctb"),
person("Tom", "Allard", email = "tallard@frb.gov", role = "ctb"),
person("ChingChuan", "Chen", email = "zw12356@gmail.com", role = "ctb"),
person("Jonathan", "Hill", email = "jon.mark.hill@gmail.com", role = "ctb"),
person("Chan-Yub", "Park", email = "mrchypark@gmail.com",
comment = "https://github.com/mrchypark", role = "ctb"),
person("Gerhard", "Nachtmann", email = "kpm.nachtmann@gmail.com", role = "ctb"),
person("Russ", "Hyde", email = "russ.hyde.data@gmail.com", role = "ctb"),
person("Lyndon", "D'Arcy", comment = "https://github.com/logworthy", role = "ctb"),
person("Gerhard", "Burger", comment = "https://github.com/burgerga", role = "ctb"),
person("Adrian", "Hordyk", comment = "https://github.com/AdrianHordyk", role = "ctb"),
person("Arthur", "Gailes", comment = "https://github.com/arthurgailes", 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://talgalili.github.io/installr/,
https://github.com/talgalili/installr/,
https://www.r-statistics.com/tag/installr/
BugReports: https://github.com/talgalili/installr/issues
Depends: R (>= 2.14.0)
Imports: stringr, utils
Suggests: curl, XML, devtools, rjson, data.table, plyr, ggplot2, sp,
tools, pkgbuild (>= 1.1.0), testthat (>= 2.1.0), mockery,
R.utils
License: GPL-2
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-11-12 19:05:10 UTC; talgalili
Author: Tal Galili [aut, cre, cph] (http://www.r-statistics.com),
Barry Rowlingson [ctb],
Boris Hejblum [ctb],
Dason [ctb],
Felix Schonbrodt [ctb],
G. Grothendieck [ctb],
GERGELY DAROCZI [ctb],
Heuristic Andrew [ctb],
James [ctb] (http://stackoverflow.com/users/269476/james),
Thomas Leeper [ctb] (http://thomasleeper.com/),
VitoshKa [ctb],
Yihui Xie [ctb] (http://yihui.name),
Michael Friendly [ctb] (http://datavis.ca/),
Kornelius Rohmeyer [ctb] (http://algorithm-forge.com/techblog/),
Dieter Menne [ctb],
Tyler Hunt [ctb] (https://github.com/JackStat),
Takekatsu Hiramura [ctb] (https://github.com/hiratake55),
Berry Boessenkool [ctb] (https://github.com/BerryBoessenkool),
Jonathan Godfrey [ctb] (https://github.com/ajrgodfrey),
Tom Allard [ctb],
ChingChuan Chen [ctb],
Jonathan Hill [ctb],
Chan-Yub Park [ctb] (https://github.com/mrchypark),
Gerhard Nachtmann [ctb],
Russ Hyde [ctb],
Lyndon D'Arcy [ctb] (https://github.com/logworthy),
Gerhard Burger [ctb] (https://github.com/burgerga),
Adrian Hordyk [ctb] (https://github.com/AdrianHordyk),
Arthur Gailes [ctb] (https://github.com/arthurgailes)
Maintainer: Tal Galili <tal.galili@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-12 22:50:01 UTC
Built: R 4.4.2; ; 2025-01-09 03:09:03 UTC; windows