check.for.updates.R: Checks if there is a newer version of R
Description
Fetches the latest (not development!) R version and
compares it with your currently installed R version (the
version of the R session from which you are running this
function).
check.for.updates.R()
# Possible output:# There is a newer version of R for you to download!# You are using R version: 2.15.0# And the latest R version is: 2.15.3# [1] TRUE