knitr::opts_chunk$set(
  comment = "#>",
  tidy = FALSE,
  error = FALSE)

rversions

Past and present R versions

R-CMD-check CRAN RStudio mirror downloads CRAN version CRAN checks Gitter chat Project Status: Active – The project has reached a stable, usable state and is being actively developed. Codecov test coverage

The R version numbers and dates are extracted from the main R SVN repository at https://svn.r-project.org/R/.

rversions is in particular useful for determining at any given moment what versions "R-release" and "R-oldrel" refer to. This is useful for e.g. R-hub.

Installation

install.packages("rversions")

Usage

R-release and R-oldrel

library(rversions)
r_release()
r_oldrel()

All R versions and release dates

r_versions()

License

MIT © Gábor Csárdi



metacran/rversions documentation built on Aug. 31, 2022, 4:25 p.m.