1

I need to update R manually, in RStudio. Then I gone to: Tools -> Global options -> General. But I didn't see guidelines for updating.

Mark
  • 1,577
  • 16
  • 43

2 Answers2

0

Just download a new R version from CRAN and install it on your system.

If you are on windows, check the installr package : installr

pat2402
  • 79
  • 7
0

I don't think that you can update R via point and click from RStudio. Either you download the new version manually from CRAN (it comes with an installer so you don't need to do anything by yourself) or you use the installR package on Windows or the updateR package on Mac: https://github.com/AndreaCirilloAC/updateR