Programatically get latest stable R release version number -


how can use r recent release of r? know gtools::checkrversion hoping base solution, better 1 doesn't rely on scraping/regex.

the desired result of today (2015-06-13) be: 3.2.0

using metrcan api (@roland comment):

library(rjsonio) fromjson("http://rversions.r-pkg.org/r-release")[[1]][['version']] [1] "3.2.0" 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -