Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Handle errors better in R
- Host: GitHub
- URL: https://github.com/peterhurford/handlr
- Owner: peterhurford
- License: mit
- Created: 2016-05-12T01:17:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T19:06:53.000Z (over 7 years ago)
- Last Synced: 2024-08-13T07:13:26.396Z (5 months ago)
- Language: R
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - peterhurford/handlr - Handle errors better in R (R)
README
**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")
```