remoter icon indicating copy to clipboard operation
remoter copied to clipboard

Control a remote R session from your local R session.

Results 17 remoter issues
Sort by recently updated
recently updated
newest added

What would it take to have remoter use HTML help files? Willing to help, but need some ideas.

Would it be possible to have the remoter console kind of emulate the native r console so things like `View` and `?` work as expected?

Symptom: server window is filled with repeating messages (several times per second): ``` channel 3: open failed: connect failed: Connection refused ``` How to reproduce: ``` ssh -L PORT:localhost:PORT serverhost...

First off, this is a **great** package; I've been doing some playing around with this package and I'm surprised at how simple it is to use and set up. I...

Is there a way to specify a timeout for a remoter::batch request, e.g., in case the remote server is non-existent or is not running a remoter server? For example, the...

I am using a ssh tunnel to connect to the server. ```ssh -4 -L 55556:127.0.0.1:55555 'Rscript -e "remoter::server(port=55555)"'``` I notice whenever there is an exception using ggplot, the server R...

I have `remoter` version 0.3.2 installed on two machines, the same version 0.3.2 on both, but when I try to connect from one to the other I get `client/server version...

I am using a ssh tunnel and screen to connect to the server. ssh $USER@$IP "screen -S $USER$PORT -t remoter$PORT -d -m Rscript -e 'remoter::server(port=$PORT, showmsg=TRUE, userpng=FALSE)'" Server R process...

Hi, this seems like a lovely package, but I cannot get it to work. I am trying to connect to a server on a university system which is behind VPN....

Hi, I'm now able to use your nice package to have Rstudio displayed locally but using the R of a remote server. Though I still have two things that could...