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: full
type
: Eitherfull
orminimal
. Which dependency bundle to download. Theminimal
bundle only contains the most frequently used dependencies.
MIT @ R Consortium