Skip to content
Prev 8006 / 15075 Next

multiple console windows for the same Mac R instance

Frank,
On May 10, 2011, at 7:06 PM, Frank Tamborello wrote:

            
Currently, no. I have a separate project (RemoteR) in progress that allows remote connection to an R instance with multiplexing support, but it's not ready for prime time yet (it can do console but I still need to extend the Quartz support).

That said, it is fairly easy to chain messages from the console, so it would be easy to write a plug-in infrastructure that would allow you to register additional windows, IPC or whatever you want. Let me know if you're interested - it would be only a few lines of code on our side and you could add listeners, for example, using the Cocoa package ( http://rforge.net/Cocoa/ ).

Cheers,
Simon