rversions (version 2.0.1)

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)

Arguments

dots

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

Value

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

Details

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

Examples

Run this code
# NOT RUN {
r_versions()
# }

Run the code above in your browser using DataLab