dieghernan/cran-status-check
Check the CRAN status for a R package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the R package root, if the package is not at the top level of the repository. | no | . |
| package | Package to check. If provided, it would have priority over the package on the repo. | no | "" |
| statuses | CRAN status to check. This is a comma-separated string of statuses. Default value is ''WARN,ERROR'. Allowed statuses are 'NOTE', 'WARN', and 'ERROR'. | no | WARN,ERROR |
| fail-on-error | Logical, should the action error if CRAN checks are not ok? | no | false |
| create-issue | Logical, create an issue on CRAN failed checks | no | true |
| issue-assignees | Whom should the issue be assigned to if errors are encountered in the CRAN status checks? This is a comma-separated string of GitHub usernames. If undefined or empty, no assignments are made. | no | "" |
Outputs
no outputs