Last data update: 2014.03.03

R: Query R's past and present versions
r_versionsR Documentation

Query R's past and present versions

Description

R version numbers consist of three numbers (since version 1.4.1): major, minor and patch.

Usage

r_versions(dots = TRUE)

Arguments

dots

Whether to use dots instead of dashes in the version number.

Details

We extract the version numbers from the tags in the SVN repository.

Value

A data frame with two chracter columns: ‘version’ and ‘date’.

Examples

r_versions()

Results