powered by
List Rtools versions
rtools_versions(arch = NULL)
A data frame with columns
version: The Rtools version, e.g. 45.
version
45
url: Download URL of the Rtools installer.
url
first: First R version supported by this Rtools version.
first
last: Last R version supported by this Rtools version.
last
Architecture. Possible values are:
x86_64: x86_64 Windows,
x86_64
aarch64 or arm64: aarch64 Windows. Defaults tp the current architecture on Windows, and to x86_64 on other systems.
aarch64
arm64
rtools_versions() rtools_versions("aarch64")
Run the code above in your browser using DataLab