Package: wrapr
Type: Package
Title: Wrap R Functions for Debugging and Ease of Use
Version: 0.1.2
Date: 2017-04-13
Author: John Mount, Nina Zumel
Maintainer: John Mount <jmount@win-vector.com>
URL: https://github.com/WinVector/wrapr
BugReports: https://github.com/WinVector/wrapr/issues
Description: Provides 'DebugFnW()' to capture function context on error for
    debugging, and 'let()' which converts non-standard evaluation interfaces to
    standard evaluation interfaces.
    'DebugFnW()' captures the calling function and arguments prior to the 
    call causing the exception, while 
    the classic 'options(error=dump.frames)' form captures at the
    moment of the exception
    itself (thus function arguments may not be at their starting values).
    'let()' rebinds (possibly unbound) names to names.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-04-13 22:33:53 UTC; johnmount
Repository: CRAN
Date/Publication: 2017-04-13 22:54:41 UTC
