current_r_platform {rversions}R Documentation

Current R platform

Description

current_r_platform() detects the platform of the current R version.

Usage

current_r_platform()

Details

It returns a string of the form cpu-vendor-os-abi, a target triplet, see some examples below. On Linux it also includes the distribution name and version and part of the ABI.

Examples:

Examples

current_r_platform()

[Package rversions version 3.0.0 Index]