rtools_versions {rversions}R Documentation

List Rtools versions

Description

List Rtools versions

Usage

rtools_versions(arch = NULL)

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.

Value

A data frame with columns

Examples


rtools_versions()
rtools_versions("aarch64")


[Package rversions version 3.0.0 Index]