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.

Version: 0.2.2
Depends: R (≥ 3.2.0)
Imports: rlang (≥ 0.3.1), purrr (≥ 0.2.0)
Suggests: testthat, beepr, crayon, covr, knitr, rmarkdown, spelling
Published: 2020-01-09
Author: Zachary Burchill [aut, cre, cph]
Maintainer: Zachary Burchill <zach.burchill.code at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: catchr results

Downloads:

Reference manual: catchr.pdf
Vignettes: Getting started with catchr
Package source: catchr_0.2.2.tar.gz
Windows binaries: r-devel: catchr_0.2.2.zip, r-release: catchr_0.2.2.zip, r-oldrel: catchr_0.2.2.zip
macOS binaries: r-release: catchr_0.2.2.tgz, r-oldrel: catchr_0.2.2.tgz
Old sources: catchr archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=catchr to link to this page.