Install and setup R system dependencies, on macOS.
It downloads and uncompresses the libraries and tools from https://mac.r-project.org/bin/. It supports only darwin20.
- uses: r-hub/actions/setup-r-sysreqs@v1
with:
type: fulltype: Eitherfullorminimal. Which dependency bundle to download. Theminimalbundle only contains the most frequently used dependencies. The default isfull.arch: Architecture to download system packages for. Possible values arearm64andx86_64. The default is the native architecture.xquartz: Whether to install XQuartz on macOS. Default istrue. Set tofalseto omit installing XQuartz via Homebrew.
MIT @ R Consortium