supported_archs {callr}R Documentation

Find supported sub-architectures for the current R installation

Description

This function uses a heuristic, which might fail, so its result should be taken as a best guess.

Usage

supported_archs()

Value

Character vector of supported architectures. If the current R build is not a multi-architecture build, then an empty string scalar is returned.

Examples

supported_archs()

[Package callr version 3.7.6 Index]