This release is to essentially do two things: make catchr compatible with the changes to new versions of rlang
, and to keep it on CRAN (minor, non-functional package issues fixed).
Patches
- I incorporated a push request from Lionel (lionel-) due to a change in
rlang
. catchr should work with newer versions ofrlang
from now on. - I made catchr throw an error if plans are made with
beep
andbeepr
is not installed. This was expected by the unit tests, but not implemented. - I fixed some boilerplate stuff so CRAN wouldn't complain about various package notes.
- I updated some presentational stuff and made some minor fixes to the package (non-functional changes).