The version of R I have installed is outdated. What is the procedure for updating R considering that I use RStudio in Windows?
The version of R I have installed is outdated. What is the procedure for updating R considering that I use RStudio in Windows?
There are a number of ways, one of which is using the installr
package and applying the updateR()
function:
library (installr)
updateR()
More information can be found at this tutorial .