CMD + K

r-errorizer

Anaconda Verified

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.

Installation

To install this package, run one of the following:

Conda
$conda install r::r-errorizer

Usage Tracking

0.2.1
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Sep 13, 2019 at 18:03

License

BSD_2_clause

Total Downloads

169

Version Downloads

125

Supported Platforms

noarch