Learn R Programming

rversions (version 3.0.0)

rtools_versions: List Rtools versions

Description

List Rtools versions

Usage

rtools_versions(arch = NULL)

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.

Arguments

arch

Architecture. Possible values are:

  • x86_64: x86_64 Windows,

  • aarch64 or arm64: aarch64 Windows. Defaults tp the current architecture on Windows, and to x86_64 on other systems.

Examples

Run this code
rtools_versions()
rtools_versions("aarch64")

Run the code above in your browser using DataLab