Package: installr
Type: Package
Title: Using R to Install Stuff (Such As: R, 'Rtools', 'RStudio',
        'Git', and More!)
Version: 0.19.0
Date: 2017-04-21
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")
    )
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.14.0), stringr, utils
Suggests: curl, XML, htmltab, devtools, rjson, data.table, plyr,
        ggplot2, sp, tools
License: GPL-2
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-04-21 15:11:07 UTC; junior
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]
Maintainer: Tal Galili <tal.galili@gmail.com>
OS_type: windows
Repository: CRAN
Date/Publication: 2017-04-21 18:10:28 UTC
