Any recommendations for a good Windows text editor for R?
I've been using Tinn-R, and it's been working reasonably well, but am curious to know what else people use.
Any recommendations for a good Windows text editor for R?
I've been using Tinn-R, and it's been working reasonably well, but am curious to know what else people use.
Emacs with ESS, which you can install via Vincent Goulet's prepackaged versions. No further configuration needed.
One really nice things about Emacs/ESS is that it behaves the same no matter which OS you are on, which makes switching a lot easier.
Here's a list of IDE/script editors for R compiled by Philippe Grosjean.
I use Tinn-R because it lets me step through my code, or just send bits of it to the R window, which I find incredibly useful. The ability to highlight a few lines and hit send just meshes well with my workflow habits. I'd love to find a similar tool for Python (I'm sure someone will tell me what it is). However the NPPtoR link looks very interesting and I will have to try that.
I use gvim. Not sure how popular that is with other Windows users, but the following set of utilities come in handy and can be used by any editor capable of binding keys/functions to commands:
http://code.google.com/p/batchfiles/
batchfiles contains batch (.bat) and javascript (.hta and .js) files useful in conjuction with R and R packages on Microsoft Windows. There is no formal installation, each consists of a single file and is independent of the others so just place any or all of them anywhere in your Windows path and you will be able to access them in any Windows console session.
In particular, the AutoHotKey scripts in that bundle are nice for sending selected text to an R console.
My vote is for vim, because I can use it on all systems I can think of, both in graphical and terminal mode.