CRAN Status Workflow
This GitHub Actions workflow checks the CRAN status of an R package. It can create an issue if specified statuses (‘NOTE’, ‘WARN’, ‘ERROR’) are reported on the check report. Note : this workflow is using insightsEngineering Cran Status Monitor action.
Inputs
issue-assignees
- Description: 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.
- Default: ’’
- Required: No
- Type: string
Workflow Triggers
This workflow is triggered in two ways:
Manual Dispatch: You can manually trigger the workflow using the “workflow_dispatch” event. When triggered manually, you can specify the issue-assignees, statuses, and path.
Workflow Call: The workflow can also be triggered by another workflow using the “workflow_call” event. The issue-assignees, statuses, and path are inputs for this event.