Visual debugging with StatET and RStudio
Debugging code in R R provides several built in features for stepping through code for analyzing and debugging purposes. As an example you can examine variables during the execution of a script. Amongst others you can use the function debug(): After executing lines 8 and 9 you can stepwise inspect what foo() ... [Read more...]