4
The version of the R I have installed is outdated. What is the procedure to update the R considering that I use Rstudio in Windows?
4
The version of the R I have installed is outdated. What is the procedure to update the R considering that I use Rstudio in Windows?
3
There are several ways, one of them is using the package installr
and applying the function updateR()
:
library (installr)
updateR()
further information can be found in this tutorial.
Links are not considered as a response (can be removed/changed).
Understood, I just changed.
Jean, as you said yourself, there are many ways. It would be nice to also quote how to update manually and check the version and configure, if necessary, in Rstudio. And also quote that the installr
only works on Windows, on other OS it is necessary to install "usually".
@Molx.... Opa, as soon as I can I will make the proper considerations, but until then I will leave the question open if someone is qualified.
Browser other questions tagged r rstudio
You are not signed in. Login or sign up in order to post.
Read on the reply: http://stackoverflow.com/a/13656802/3517631
– Ricardo
Thanks @Ricardo
– Jean