Learn R Programming

rversions (version 2.1.2)

r_versions: 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)

Value

A data frame with three columns: ‘version’, ‘date’ and ‘nickname’.

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.

Examples

Run this code
r_versions()

Run the code above in your browser using DataLab