coatless-actions/R Package CRAN Submission
Checks and submits R packages to CRAN
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 10, 2025
- License
- None
Pinned Snippet
uses: coatless-actions/cran-submission@0224a35fffe0afcac8392b2520d966537866da83 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pkg-directory | Directory containing the R package | no | . |
| check-directory | Directory for check outputs | no | check |
| error-on | Stop on warnings or errors ("warning" or "error") | no | warning |
| upload-snapshots | Whether to upload snapshots of failing tests | no | true |
| create-issue | Create a GitHub issue for the submission | no | true |
| r-version | R version to use | no | release |
| confirmation | Confirmation string to verify intent (e.g., "CONFIRM") | no | "" |
Outputs
| name | description |
|---|---|
| pkg-name | Package name |
| pkg-version | Package version |
| maintainer-name | Maintainer name |
| maintainer-email | Maintainer email |
| submission-status | Submission status (success or failed) |
| tarball-path | Path to the package tarball |