Tuesday 11 March 2014

How to upgrade R in Windows

1. Install package installr. For this in Rstudio u can click tools and install packages ... and type installr.
Or From command line:- >install.packages("installr")
2. Now type >require(installr)
3. updateR()
#This will only work AFTER R 3.0.0 will be release to your CRAN mirror

No comments:

Post a Comment