On Fri, Sep 10, 2010 at 6:26 AM, Lawrence D'Oliveiro <[email protected]_zealand> wrote: > In message <[email protected]>, Jakson A. > Aquino wrote: > >> I would like to send code from Vim [1] to R [2] on Microsoft Windows. > > Why such a roundabout way? Why not just run R in a subprocess and feed it a > script to run?
Emacs with ESS runs R in a subprocess (at least I think it does). Vim can't do that. The plugin doesn't simply send code to R. It has many other features that make it easier to edit R scripts. Best, Jakson -- http://mail.python.org/mailman/listinfo/python-list
