Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
For review, I'd suggest to look at code here, but if you want to have a visual feel of how this translates in real-life, I added links to important commits in #1681 that may help pinpoint the essence of the PR.
To have an idea of how this PR improves things.
Look at 472510f in #1681 which displays how certain messages improved.
30938f0 also helps to see the visual impact of some of my previous changes.
See #1681
Related GitHub Issues and PRs
Fixes #1681.
Related to #1638 and #1640.
I may add snapshot tests eventually, but given the size of the PR, I don't want to commit too many changes that may slow down development. (It took me a while to get all checks passing because of the size of the PR)
Checklist
testthat
unit tests totests/testthat
for any new functionality.