/handlr

Handle errors better in R [WIP/Coming soon]

Primary LanguageRMIT LicenseMIT

Handlr

Handlr is a package for handling errors in R.

More info coming soon.

Installation

This package is not yet available from CRAN. To install the latest development builds directly from GitHub, run this instead:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("peterhurford/handlr")