Re: [R] traceback performs differently in "interactive-mode" then in "script-mode"

2022-12-21 Thread Yihui Xie
flow ( > https://stackoverflow.com/questions/74796994/r-traceback-performs-differently-in-interactive-mode-then-in-script-mode), > but got no response there. > > The strange behavior of base R lies in how it acts differently in an > interactive R-Session then the execution of an R-Sc

[R] traceback performs differently in "interactive-mode" then in "script-mode"

2022-12-21 Thread Flender, Malte
https://stackoverflow.com/questions/74796994/r-traceback-performs-differently-in-interactive-mode-then-in-script-mode), but got no response there. The strange behavior of base R lies in how it acts differently in an interactive R-Session then the execution of an R-Script. As you see in the MWE