The R library installr provides a super simple way to update your version of R to the latest if you’re using Windows.
Simply run:
install.packages('installr')
library("installr")
updateR()
I hear that the updateR package does something similar on Mac, but I’ve not tried it.