Skip to main content

Module backtrace

Module backtrace 

Source
Expand description

Configurable panic hook for miniextendr-based R packages.

Functionsยง

miniextendr_panic_hook
This function registers a configurable print panic hook, for use in miniextendr-based R-packages. If the environment variable MINIEXTENDR_BACKTRACE is set to either true or 1, then it displays the entire Rust panic traceback (default hook), otherwise it omits the panic backtrace.