Debugging R in Linux

All the years working in Linux I did not know how to debug in Linux. GDB is simply too scary for me... And now I needed to debug R. And you know what, it is that simple:

sudo apt-get install nemiver
./R -d nemiver

And that's it!

R starts under …

Read more…

Posted On

Category:

Tags: / / /