rversions (version 2.0.1)

r_release_macos: Latest R release with a macOS installer available for download

Description

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.

Usage

r_release_macos()

Arguments

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

Run this code
# NOT RUN {
r_release()
r_release_macos()
# }

Run the code above in your browser using DataCamp Workspace