An open API service indexing awesome lists of open source software.

https://github.com/peterhurford/handlr

Handle errors better in R
https://github.com/peterhurford/handlr

Last synced: 4 months ago
JSON representation

Handle errors better in R

Awesome Lists containing this project

README

        

## 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:

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