IDE for R C++ package writing ?
First, great thanks to all for all the answers. I confess i was a bit scared about (re)learning a possible tomorrow obsolete tool. I'm however quite astonished nobody proposes another tool. Do 100% R package developers use emacs ?
Plenty of folks don't use an IDE at all. Copy/pasting working bits of code from your .Rhistory into a working file is a very useful tactic... --e