insightsengineering/R Dependency License Report
A Github Action that generates a license report of an R package's dependencies for continuous compliance.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 3, 2026
- License
- MIT
Pinned Snippet
uses: insightsengineering/r-license-report@6b011d92e042fb70b5670a49021d397fd9f1ee4e # v1.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to package's root | no | . |
| regex | Regex used for flagging packages with non-compliant licenses | no | "" |
| fail | Fail with a non-zero exit code if one or more dependencies are flagged by the regex | no | true |
| rspm_snapshot_date | RSPM snapshot date (in the YYYY-MM-DD format) for package metadata retrieval. Defaults to current date | no | "" |
| bioc_release | BioConductor release version for package metadata retrieval | no | release |
| as_html | Whether you also want the report as an `html` file | no | false |
Outputs
no outputs