Skip to content

Releases: coatless-rpkg/errorist

errorist 0.1.2

25 Dec 23:53
Compare
Choose a tag to compare

Fixes

  • Revised the warning check as empty warnings no longer have a NULL return.
    (#13)

Deployment

  • Added pkgdown website
    (#14)
  • Updated to the latest version of r-lib GitHub actions.
    (#14)

errorist 0.1.1

05 Mar 21:11
6c27c91
Compare
Choose a tag to compare

Fixes

  • Switched insertion shiv message() to packageStartupMessage().
    (#12)

  • Removed LazyData: true from DESCRIPTION.
    (#12)

  • Switched URLs to using https instead of http and removed broken links.
    (#12)

Deployment

  • Updated to the latest version of r-lib GitHub actions.
    (#12)

errorist 0.1.0

24 Feb 18:03
Compare
Choose a tag to compare

Feature

  • When multiple warnings occur, each unique warning is searched separately
    instead of searching only the latest value. (#9,
    closing (#7))

Fixes

  • Warning messages now have their locale specific prefix. (#9)

  • Ensured the last.warning object was created by setting options('warn' = 0),
    which is the default value. Upon unload, the warning level is restored to
    the old value. (#8)

  • Fixed a spurious URL in README/NEWS.md

Documentation

  • Improved the package vignette by providing examples of how the handler pick
    up errors and warnings. (#10)

errorist 0.0.3

07 Feb 04:50
Compare
Choose a tag to compare

Bug Fix

  • Address an erroneous unit test that was comparing functions within namespaces
    instead of environments.

errorist 0.0.2

16 Oct 17:39
0115558
Compare
Choose a tag to compare

Bugfixes

  • Imported the search_google function from searcher to satisfy R CMD check.

Test Infrastructure

  • Enable the use of two cores to speed up Travis-CI builds.

errorist 0.0.1

30 Jan 14:28
Compare
Choose a tag to compare

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: