[ESS-bugs] ess-mode 13.05 [<unknown>]; ess-remote with eshell/ssh error

Sebastian P. Luque spluque at gmail.com
Tue May 21 15:18:33 CEST 2013


On Tue, 21 May 2013 08:02:21 -0400,
Sam Steingold <sds at gnu.org> wrote:

> On Mon, May 20, 2013 at 5:57 PM, Rodney Sparapani <rsparapa at mcw.edu> wrote:
>> I think ess-remote's days are numbered.  We haven't gotten around to
>> actually removing it.  But, it is from a paradigm that is now
>> antiquated with faster pipes and newer technology like NX/x2go/etc.

> Fine. How do I run R on a remote machine?  Thanks!

I haven't yet used the options that Rodney mentions, but one that works
well enough for me relies on TRAMP.  Simply start R while working with
your script remotely as you normally would with TRAMP, making sure the
process is associated with your remote script.  R will be running on
that machine.  If you're using SSH, it's important to have pager="cat"
for the help system to work properly, so I use this in ~/.Rprofile:

    if (Sys.getenv("SSH_CONNECTION") != "") options(pager="cat")


-- 
Seb



More information about the ESS-bugs mailing list