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

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

r_versions()
#> # A data frame: 161 × 4
#>    version date                nickname semver    
#>    <chr>   <dttm>              <chr>    <pckg_vrs>
#>  1 0.0     1995-06-20 00:00:00 NA       0.0.0     
#>  2 0.1     1996-02-12 03:22:00 NA       0.1.0     
#>  3 0.2     1996-03-14 21:59:00 NA       0.2.0     
#>  4 0.3     1996-03-22 06:46:00 NA       0.3.0     
#>  5 0.4     1996-04-01 23:18:00 NA       0.4.0     
#>  6 0.5     1996-05-13 04:06:00 NA       0.5.0     
#>  7 0.6     1996-05-17 04:53:00 NA       0.6.0     
#>  8 0.7     1996-05-28 03:31:00 NA       0.7.0     
#>  9 0.8     1996-05-31 04:51:00 NA       0.8.0     
#> 10 0.9     1996-06-07 04:40:00 NA       0.9.0     
#> # ℹ 151 more rows