wrapr-package: wrapr: Wrap R Tools for Debugging and Parametric Programming

wrapr-packageR Documentation

wrapr: Wrap R Tools for Debugging and Parametric Programming

Description

wrapr: Wrap R Functions for Debugging and Parametric Programming

Provides DebugFnW() to capture function context on error for debugging, and let() which converts non-standard evaluation interfaces to parametric 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.

For more information:

Author(s)

Maintainer: John Mount jmount@win-vector.com

Authors:

Other contributors:

  • Win-Vector LLC [copyright holder]

See Also

Useful links:


wrapr documentation built on Aug. 20, 2023, 1:08 a.m.