Updating R (on Windows) through a menu-bar: installr 0.9 released on CRAN
R-bloggers 2013-04-01
Summary:
In preparation for the upcoming release of R 3.0.0, a new release 0.9 of installr is now on CRAN. The package can be installed and loaded using: # installing/loading the package: if(!require(installr)) { install.packages("installr"); require(installr)} #load / install+load installr The …