insightsengineering/R Package Validation Report
A Github Action that generates a validation report for an R package.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| report_pkg_dir | Path to package's root. | no | . |
| report_template_path | File path of the R markdown template to use for the report. The default template is available [here.](./template.qmd) | no | ./template.qmd |
| no_cache | Disable github action R dependency caching | no | false |
| cache_version | Version of the cache. To clean cache bump this version. | no | v1 |
| disable_install_dev_deps | Disable installation of dev dependencies while building the report. | no | false |
Outputs
no outputs