Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any possibility for one rserve's client to share workspace with another? #51

Open
adamryczkowski opened this issue Dec 2, 2015 · 0 comments

Comments

@adamryczkowski
Copy link

This question is a cross-post from stackoverflow (http://stackoverflow.com/questions/34017057/is-there-any-possibility-for-one-rserves-client-to-share-workspace-with-another)

I'd like replace RExcel with the Excelsi-R. Excelsi-R talks R via RServe, and RServe has this feature, that makes each client work in independent workspaces.

What I want is to actually share a single workspace between at least 2 simultaneously connected clients. One client would be run by Excelsi-R, and another by manually launched interactive R Session. That would allow me to interface with the Excelsi-R session in traditional way (say, in RStudio).

I don't need asynchronous computation; I'm perfectly happy if Excelsi-R would have to wait until a command issued by the other connection finishes, and vice versa; just like in the RExcel "foreground mode".

Is it possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant