actions-marketplace-validations/Dependency Test
Resolve package dependencies according to the strategy used, install them and execute R CMD CHECK
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 3, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/insightsengineering_r-mindepscheck-action@931c457d27fed994e26caf16cb3ff2021cb9f28f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token with permissions to clone repositories with dependencies. | no | "" |
| repository-path | Directory where the checked package has been cloned. | no | . |
| extra-deps | Extra dependencies specified similarly as in the `DESCRIPTION` file, i.e. `"<package name> (<operator> <version>)"` where both `<operator>` and `<version>` are optional. Multiple entries are possible separated by `";"`. | no | "" |
| check-args | Optional value of args argument to rcmdcheck::rcmdcheck in form of a string with space as delimeter, e.g. "--no-examples --no-tests". | no | "" |
| build-args | Optional value of build_args argument to rcmdcheck::rcmdcheck in form of a string with space as delimeter, e.g. "--force --keep-empty-dirs". | no | "" |
| strategy | Strategy to test package dependencies. One of: min_isolated, min_cohort, release, max. | yes | — |
| additional-env-vars | Additional environment variables. Example usage: additional-env-vars: | ABC=123 XYZ=456 | no | "" |
| additional-repos | Optional value that add R repositories for a given strategy. Multiple entries are possible separated by `";"`. Example usage: `additional-repos: https://repo1.example.com;https://repo2.example.com` | no | "" |
Outputs
no outputs