Changelog
Source:NEWS.md
errorist 0.1.2
CRAN release: 2023-11-14
Fixes
- Revised the warning check as empty warnings no longer have a
NULL
return. (#13)
errorist 0.1.1
CRAN release: 2023-03-05
Fixes
Switched insertion shiv
message()
topackageStartupMessage()
. (#12)Removed
LazyData: true
fromDESCRIPTION
. (#12)Switched URLs to using
https
instead ofhttp
and removed broken links. (#12)
Deployment
- Updated to the latest version of
r-lib
GitHub actions. (#12)
errorist 0.1.0
CRAN release: 2020-02-24
Documentation
- Improved the package vignette by providing examples of how the handler pick up errors and warnings. (#10)
errorist 0.0.1
CRAN release: 2018-01-30
Features
- Created shims for warning and error handling
- Automatically load and unload shims alongside package calls.
- Added coverage tests to verify the presence of the handlers and for checking the contents of the error handler.
Special Thanks
This package exists in large part due to conversations or assistance from the following folks:
- Dirk Eddelbuettel for starting the discussion on XKCD Comic 1185: Ineffective Sorts.
- Barry Rowlingson for the package name and remarks about functionality.
-
Brodie Gaslam for pointing out
addTaskCallback()
as a way to create a warning handler and for a brief discussion on “call” objects. -
Joshua Ulrich for advise on incorporating the semi-documented
last.warning
object that R populates with warning messages.