rversions (version 2.0.0)

r_oldrel: Version number of R-oldrel

Description

R-oldrel is the latest version of the previous minor version. We extract version numbers from the R SVN repository tags.

Usage

r_oldrel(dots = TRUE)

Arguments

dots

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

Value

A one row data frame, with columns ‘version’, ‘date’ and ‘nickname’.

Examples

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

Run the code above in your browser using DataCamp Workspace