errorist: one who holds to and propagates error
The goal of errorist
is to automatically search errors and warnings the second they arise. To accomplish this, errorist
automatically applies a set of environment hooks on package load that retrieve errors and warnings, which occur during the execution of code, so that they can be automatically searched for solutions.
For the fourth ever errorist
update, support was significantly improved for handling multiple warning message searches. In prior versions, warnings were very conservatively handled with only the first warning being searched. Nowadays, each warning is searched if it is unique. Moreover, warnings now have a locale-specific prefix appended (e.g. “Warning Message:”). Lastly, to improve clarity of the package focus, the accompanying package vignette was extended to highlight the different behaviors of automatic warning and error search undertaken by errorist
.
As is the case, please see the NEWS entry below for more details.
errorist
news file entry for version 0.1.0 (2020-02-24)
Feature
Fixes
Documentation
- Improved the package vignette by providing examples of how the handler pick up errors and warnings. (#10)