r_versions {rversions} | R Documentation |
R version numbers consist of three numbers (since version 1.4.1): major, minor and patch.
r_versions(dots = TRUE)
dots |
Whether to use dots instead of dashes in the version number. |
We extract the version numbers from the tags in the SVN repository.
A data frame with two chracter columns: ‘version’ and ‘date’.
r_versions()