Skip to content
Prev 106677 / 398525 Next

How to debug R program?

Please, refer to the chapter 9 of the "R language definition" ($R_HOME/doc/
manual/r-lang.pdf)

The simplest way is using print() functions.

Besides the debugging functions described in the manual, you can use the very 
powerful package debug, developed by Mark Bravington.