Skip to content
Prev 8201 / 15076 Next

R-Gui with remote execution?

On Jul 15, 2011, at 3:20 PM, Robert Chatfield wrote:

            
Currently, no. The closest you can get is to use Remote Desktop.

However, I have a situation here where we have very powerful Linux servers (hundreds of cores, TB of RAM) yet I want to use the convenience of my Mac and Quartz. To achieve that I'm working on a Mac GUI that can connect to any remote instance of R running on an arbitrary machine. The idea is that you need only a single stream (e.g. ssh) to talk to R and yet have console, graphics and everything on the Mac side. Another side-effect is that you can connect and disconnect without losing the session. The project (RemoteR) is far from complete (I still need to tie-in Quartz) but if anyone becomes excited it's available on RForge.net: http://svn.rforge.net/osx/trunk/RemoteR
I suppose most people use emacs + ESS so you don't need to copy/paste ;) -- I'm not sure whether Apple emacs supports X11, you may have to compile it from sources.

Cheers,
Simon