среда, 1 октября 2014 г.

Автообновление R

Upgrading to R 3.1.1 on Windows

If you are using Windows you can easily upgrade to the latest version of R using the installr package. Simply run the following code:
# installing/loading the latest installr package:
install.packages("installr"); require(installr) #load / install+load installr
 
updateR()
After running “updateR()”, the function will detect that R is available for you, and will download+install it (etc.).

Комментариев нет: