-
Notifications
You must be signed in to change notification settings - Fork 64
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
Does datapasta work with RStudio Server? #73
Comments
Yeah this problem arises since RStudio server is trying to access the
clipboard of the remote machine, not your local terminal where the data
resides.
I have heard workarounds are possible through Dan Wilson,
@thedatacollective, I'll see if he has anything to add here.
…On Mon, 23 Jul. 2018, 8:04 am Chris Hansen, ***@***.***> wrote:
Hi
This is cool. However, at work we use RStudio Server. When I try pasting
with RStudio Server I just get the following:
Clipboard is not available. Is xsel or xclip installed? Is DISPLAY set?
It this a technical limitation with remote execution? Will it only work on
a local desktop?
Cheers
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#73>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJiIOmLl53AaTj_L2WuXH_iNEsCIm1jOks5uJPbzgaJpZM4VaKqN>
.
|
Hi, Do u have any update on this issue? I've got the same problem with RStudio Server. BR |
Same issue here. -P |
Sorry friends. The approach used by Dan will not work with The RStudio API does not currently allow me to talk to your browser, which is what we would need to do to get your local clipboard. |
This would be a nice feature to add. |
Does it work if the correct applications ARE installed? I wasn't sure if the error message meant "xsel or xclip might be getting in the way" or "I need one of these for this to work." I'd love to get datapasta working with Rstudio server, and will do some heavy lifting if it will potentially work. |
No, even if you have xsel or xclip you'll still be trying to read from the server's clipboard, not your local one via your browser. So it will appear to 'work' but won't be useful. |
Good to know for an addin I had in mind for an internal package at work! I'll keep my eye on this in case a solution presents itself. |
Hi
This is cool. However, at work we use RStudio Server. When I try pasting with RStudio Server I just get the following:
Clipboard is not available. Is xsel or xclip installed? Is DISPLAY set?
It this a technical limitation with remote execution? Will it only work on a local desktop?
Cheers
The text was updated successfully, but these errors were encountered: