Update the R version of Rstudio?

Asked

Viewed 22,615 times

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?

  • 2

    Read on the reply: http://stackoverflow.com/a/13656802/3517631

  • Thanks @Ricardo

2 answers

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.

  • 1

    Links are not considered as a response (can be removed/changed).

  • Understood, I just changed.

  • 2

    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".

  • 1

    @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.

2


Update the version of R for those who use Windows is very simple as said above. I don’t know if you’re thinking of upgrading or reinstalling, but you can check out this tutorial with all the tips. Rstudio also offers a free desktop version on its website.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.