Feature: export more arguments for validation_report()
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 32
- Forks
- 12
- Avg merge
- 1d 30m
- Merged PRs (30d)
- 2
Description
Currently, there is a very limited range of arguments in validation_report(). For instance, it is not possible to change the outlook hour threshold settings from the report itself.
The arguments available to the individual functions within validation_report() should be made available to validation_report() itself.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the validation_report() entry point and the individual validation functions whose arguments it wraps. Compare their available arguments, including the outlook hour threshold settings, and verify that callers can pass those options through validation_report() without changing existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100