backports icon indicating copy to clipboard operation
backports copied to clipboard

Add .traceback()

Open fangly opened this issue 8 years ago • 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

fangly avatar Mar 03 '17 09:03 fangly

.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.

dmurdoch avatar Mar 07 '23 16:03 dmurdoch