Provides a function to convert existing R functions into "errorized" versions with added logging and handling functionality when encountering errors or warnings. The errorize function accepts an existing R function as its first argument and returns a R function with the exact same arguments and functionality. However, if an error or warning occurs when running that "errorized" R function, it will save a .Rds file to the current working directory with the relevant objects and information required to immediately recreate the error.
| Version: | 0.2.1 |
| Suggests: | knitr, rmarkdown |
| Published: | 2016-12-11 |
| Author: | Ian K. Kyle |
| Maintainer: | Ian K. Kyle <iankyle1 at gmail.com> |
| BugReports: | https://github.com/ikkyle/errorizer/issues |
| License: | BSD_2_clause + file LICENSE |
| URL: | https://github.com/ikkyle/errorizer |
| NeedsCompilation: | no |
| CRAN checks: | errorizer results |
| Reference manual: | errorizer.pdf |
| Vignettes: |
Vignette Title |
| Package source: | errorizer_0.2.1.tar.gz |
| Windows binaries: | r-devel: errorizer_0.2.1.zip, r-release: errorizer_0.2.1.zip, r-oldrel: errorizer_0.2.1.zip |
| macOS binaries: | r-release: errorizer_0.2.1.tgz, r-oldrel: errorizer_0.2.1.tgz |
| Old sources: | errorizer archive |
Please use the canonical form https://CRAN.R-project.org/package=errorizer to link to this page.