catchr: Taking the Pain Out of Catching and Handling Conditions

R has a unique way of dealing with warnings, errors, messages, and other conditions, but it can often be troublesome to users coming from different programming backgrounds. The purpose of this package is to provide flexible and useful tools for handling R conditions with less hassle. In order to lower the barrier of entry, keep code clean and readable, and reduce the amount of typing required, `catchr` uses a very simple domain-specific language that simplifies things on the front-end. This package aims to maintain a continuous learning curve that lets new users jump straight in to condition-handling, while simultaneously offering depth and complexity for more advanced users.

Package details

AuthorZachary Burchill [aut, cre, cph]
MaintainerZachary Burchill <zach.burchill.code@gmail.com>
LicenseMIT + file LICENSE
Version0.2.31
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("catchr")

Try the catchr package in your browser

Any scripts or data that you put into this service are public.

catchr documentation built on Sept. 23, 2021, 5:11 p.m.