Package: installr
Type: Package
Title: Using R to install stuff (such as: R, Rtools, RStudio, git, and
        more!)
Version: 0.13.3
Date: 2014-02-01
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/") )
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 follwoing: 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
Packaged: 2014-02-01 17:01:36 UTC; Tal
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/)
Maintainer: Tal Galili <tal.galili@gmail.com>
NeedsCompilation: no
OS_type: windows
Repository: CRAN
Date/Publication: 2014-02-02 01:32:41
