Learn R Programming

rversions (version 3.0.0)

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(arch = c("x86_64", "arm64"))

Value

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

Arguments

arch

The architecture, either ‘x86_64’ or ‘arm64’.

See Also

Other R downloads: r_release_tarball(), r_release_win()

Examples

Run this code
r_release()
r_release_macos()
r_release_macos(arch = "arm64")

Run the code above in your browser using DataLab