actions-marketplace-validations/Staged dependencies action
Github Action to install R package and system dependencies, based on the staged.dependencies R package.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run-system-dependencies | Check for and install system dependencies | no | false |
| git-user-name | Git user.name configuration for fetching remote staged dependencies | no | github-actions[bot] |
| git-user-email | Git user.email configuration for fetching remote staged dependencies | no | 27856297+dependabot-preview[bot]@users.noreply.github.com |
| path | Path to the R package | no | . |
| version | Version of {staged.dependencies} to use. This action is compatilble with `>=v0.2.2` | no | v0.3.1 |
| threads | Number of threads to use. Set to 'auto' to use max available threads | no | auto |
| cran-repos | Map of CRAN repositories delimited by comma | no | CRAN=https://cloud.r-project.org |
| enable-bioc-repos | Add `BiocManager::repositories()` to option repos | no | false |
| token-mapping | Token mapping that is used in `staged.dependencies.token_mapping` delimited by comma. Note that you will need to set these tokens with their respective values as environment variables while using this action. | no | https://github.com=GITHUB_PAT,https://gitlab.com=GITLAB_PAT |
| enable-check | Run `check_yamls_consistent` before installation of dependencies | no | false |
| git-ref | Git reference to use as a reference stage for installing dependencies | no | ${{ github.ref }} |
| renv-restore | Restore dependencies from `renv.lock`, if it exists | no | true |
| quiet | If TRUE, suppress output | no | true |
| direction | The direction to use to install dependencies. Choose between 'upstream', 'downstream' and 'all' | no | all |
Outputs
no outputs