supported_archs: Find supported sub-architectures for the current R...

View source: R/utils.R

supported_archsR 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()

MangoTheCat/callr documentation built on March 26, 2024, 11:23 a.m.