r-lib/backports

Add .traceback()

Opened this issue · 1 comments

Hi,
I wanted to point out that .traceback() was introduced in R 3.3.0 (April 2016) and could be added to backports. From the release notes:

New function .traceback() returns the stack trace which traceback() prints.

Best,
Florent

.traceback was introduced way back in R 3.3.0, but there were important and useful changes in 4.0 (with a bug fix in 4.0.4), so this may still be worth doing.