Capture warnings/errors from `info_snippet()` fns
@rich-iannone is already working on this.
Since Sep 19, 2020.
- Dominant language
- R
- Stars
- 1k
- Forks
- 59
- Avg merge
- 25m
- Merged PRs (30d)
- 4
Description
When building up table information through an informant, you can specify functions to invoke at incorporate() time. This is great because you can glean info from a changing-over-time table and put those results into the info text. However, what if one or more of those functions fails?
We don’t want to stop the process entirely but we do want to report on these evaluation problems so that they can be fixed by the user. Fortunately, this is a solved problem in the data validation workflow. We use an internal function to evaluate certain functions and capture any error/warnings. So, this methodology needs to be brought over to the information management workflow.
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.
Assessment
This issue has not been assessed yet.