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

https://github.com/leeper/praiserror

A Sarcastic and Demoralizing Error Handler
https://github.com/leeper/praiserror

Last synced: 2 months ago
JSON representation

A Sarcastic and Demoralizing Error Handler

Awesome Lists containing this project

README

          

# praiserror #

**praiserror** provides you with a useless and demoralizing error handler. Please turn your speakers on.

## Code Examples ##

```R
library("praiserror")

stop("An error was made")
```

## Installation ##

[![CRAN](http://www.r-pkg.org/badges/version/praiserror)](http://cran.r-project.org/package=praiserror)
[![Build Status](https://travis-ci.org/leeper/praiserror.png?branch=master)](https://travis-ci.org/leeper/praiserror)

This package is not yet on CRAN and probably won't be. To install the latest development version you can pull a potentially unstable version directly from GitHub:

```R
if(!require("ghit")){
install.packages("ghit")
}
ghit::install_github("leeper/praiserror")
```