r_release() works based on the SVN tags in the main R source code repository. However, an SVN tag does not mean that the same version is available for download. r_release_macos returns the latest version for which a macOS installer is available.

r_release_macos()

Value

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

See also

Other R downloads: r_release_tarball(), r_release_win()

Examples

r_release()
#>     version                date          nickname
#> 140   4.5.1 2025-06-13 07:12:01 Great Square Root
r_release_macos()
#> Error: Cannot find R-release version to download