backports
backports copied to clipboard
Add .traceback()
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.