Skip to content
Prev 85748 / 398503 Next

R command line: need intelligent command history recall?

On 2/4/2006 3:03 AM, Michael wrote:
Writing such a thing is a little tricky, but should be possible if 
someone devotes enough time to it.  A couple of issues are:

  - R source code currently maintains no connection to the file it came 
from.  That would need to be added for a source level debugger.

  - Not all R functions come from source code in a file; they may have 
been entered at the console, produced as the result returned by another 
function, etc.

  - Such IDEs tend to be very platform-specific.  You can do a lot of 
work to make a nice IDE on Windows, and not be able to re-use much of it 
in other platforms.

Currently I don't know of anyone actively working on such a thing.  I 
agree with you that source-level IDEs are great for productivity, and 
I'd probably switch to one if someone else wrote it.  However, I am 
unlikely to ever have time to do the work myself.

Duncan Murdoch