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
- Host: GitHub
- URL: https://github.com/leeper/praiserror
- Owner: leeper
- Created: 2016-05-25T09:47:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T11:21:41.000Z (about 10 years ago)
- Last Synced: 2026-01-01T10:42:55.724Z (6 months ago)
- Language: R
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS
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 ##
[](http://cran.r-project.org/package=praiserror)
[](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")
```