Skip to content

multiple console windows for the same Mac R instance

4 messages · Frank Tamborello, Jorge Ivan Velez, Simon Urbanek

#
Is there a way that I can have multiple console windows running for the same instance of R.app/R64.app? I've sometimes found in other IDEs that it can be handy to have this feature, such as Macintosh Common Lisp's ability to have multiple listener windows going for the same instance of MCL.

Cheers,
Frank Tamborello
#
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
#
On May 10, 2011, at 8:45 PM, Simon Urbanek wrote:

            
Doh.
This seems like a cool project. I'll be looking for it.
I don't have any Obj-C experience, but this seems like it's in the direction of what I want. Thanks, Simon.