| rtools_versions {rversions} | R Documentation |
List Rtools versions
Description
List Rtools versions
Usage
rtools_versions(arch = NULL)
Arguments
arch |
Architecture. Possible values are:
|
Value
A data frame with columns
-
version: The Rtools version, e.g.45. -
url: Download URL of the Rtools installer. -
first: First R version supported by this Rtools version. -
last: Last R version supported by this Rtools version.
Examples
rtools_versions()
rtools_versions("aarch64")
[Package rversions version 3.0.0 Index]