Set up dependencies for R-hub checks.
A wrapper of r-lib/actions/setup-r-dependencies
.
It mainly exists to keep control over the dependency installation to avoid updates to the R-hub workflow file.
- uses: r-hub/actions/setup-deps@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
token
: Custom GitHub personal access token. Useful to allow access to private repositories or other resources. Not used currently.job-config
: The matrix config, as set up by thesetup
action.extra-packages
: passed tor-lib/actions/setup-r-dependencies
.needs
: passed tor-lib/actions/setup-r-dependencies
.pak-version
: passed tor-lib/actions/setup-r-dependencies
.dependencies
: passed tor-lib/actions/setup-r-dependencies
.
MIT @ R Consortium