Displaying 2 results from an estimated 2 matches for "externaldevice".
2013 Oct 25
1
appropriate work-around for problems with a specific plot device (Rstudio)?
...work using the
animation library. It turns out that this performs very badly in the
RStudio plot device, which is the preferred IDE for our team. Our
kludgy solution is to detect if the Rstudio device is running, and if
so, open another plot device to do the rendering and close it when done:
externalDevice<-FALSE
if (!is.function(options()$device)){
if (names(dev.cur())=="RStudioGD"){
message("RStudio's graphics device is not well supported by ndtv,
attempting to open another type of plot window")
# try to open a new platform-appropriate plot window...
2014 Jan 24
1
Change initial directory based on port of reverse tunnel?
Hello
I'm trying to create compatibility with an automated system that I do
not have control over and cannot change. The system was built to
connect to individual embedded linux machines that create reverse
tunnels back to a server.
These tunnels take the form:
/bin/ssh -i /home/remote/.ssh/id_rsa -Nnx2TR 22000:127.0.0.1:22
robot at externalhost
/bin/ssh -i /home/remote/.ssh/id_rsa -Nnx2TR