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_BACKTRACEis set to eithertrueor1, then it displays the entire Rust panic traceback (default hook), otherwise it omits the panic backtrace.