How to optimaly upgrade RStudio and R and keep project files and all setup (Windows machine)?

r

Solution

Updating RStudio is no problem. You just go to Help > Check updates in the menu, and RStudio will take care of the rest. It also recognizes the latest installed R version on your computer, so just installing the new R should suffice for that. Note that project files are saved on your computer, and can of course be opened with the new version of RStudio you installed.

Regarding keeping the settings for your R version, see eg:

Painless way to install a new version of R?

Problem

Many people use R and RStudio and they need to keep up with upgrades. If one wants all RStudio projects to be "remembered". Is is possible? A seamless upgrade of both.... Should one first install new R version and then install RStudio into the same folder. (what is the best order of steps?)

Original source

Related problems