Skip to content

Instantly share code, notes, and snippets.

@karthik
Last active June 13, 2019 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karthik/a02860a23f255ff8b02cda15bae03073 to your computer and use it in GitHub Desktop.
Save karthik/a02860a23f255ff8b02cda15bae03073 to your computer and use it in GitHub Desktop.
r_version_table <- data.frame(stringsAsFactors=FALSE,
version = c("R-3.0.0", "R-3.0.1", "R-3.0.2", "R-3.0.3", "R-3.1.0",
"R-3.1.1", "R-3.1.2", "R-3.1.3", "R-3.2.0", "R-3.2.1",
"R-3.2.2", "R-3.2.3", "R-3.2.4-revised", "R-3.2.5", "R-3.3.0",
"R-3.3.1", "R-3.3.2", "R-3.3.3", "R-3.4.0", "R-3.4.1", "R-3.4.2",
"R-3.4.3", "R-3.4.4", "R-3.5.0", "R-3.5.1", "R-3.5.2", "R-3.5.3",
"R-3.6.0"),
date = c("2013-04-03", "2013-05-16", "2013-09-25", "2014-03-06",
"2014-04-10", "2014-07-10", "2014-10-31", "2015-03-09",
"2015-04-16", "2015-06-18", "2015-08-14", "2015-12-10", "2016-03-16",
"2016-04-14", "2016-05-03", "2016-06-21", "2016-10-31",
"2017-03-06", "2017-04-21", "2017-06-30", "2017-09-28", "2017-11-30",
"2018-03-15", "2018-04-23", "2018-07-02", "2018-12-20",
"2019-03-11", "2019-04-26")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment