Package: errorizer
Type: Package
Title: Function Errorizer
Version: 0.2.1
Author: Ian K. Kyle
Maintainer: Ian K. Kyle <iankyle1@gmail.com>
Description: 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.  
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
URL: https://github.com/ikkyle/errorizer
BugReports: https://github.com/ikkyle/errorizer/issues
NeedsCompilation: no
Packaged: 2016-12-11 16:03:28 UTC; ikkyle
Repository: CRAN
Date/Publication: 2016-12-11 20:24:26
Built: R 4.0.2; ; 2020-07-15 12:52:36 UTC; unix
