Closed snoweye closed 8 years ago
@@ master #5 diff @@
==========================================
Files 6 6
Lines 299 301 +2
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 56 178 +122
+ Misses 243 123 -120
Partials 0 0
Powered by Codecov. Last updated by 439fa1b...6a5965a
rmote
into our package (see #https://github.com/RBigData/remoter/pull/16) and would like to see if the PR is possible.Sorry! Been traveling. This looks good.
I plan to release on CRAN but not until I replace the approach with something more friendly to base R (handling plot outputs with hooks rather than overriding plot print methods). I've started on this but don't think I'll have a chance to finish it up for a month or so.
Great! Thanks for the merging.
You may try to overwrite options(devices = ..)
that may be easier than hijacking the before.plot.new
hook since sometimes more than one devices can open and switch. It should work for both base graphics and ggplot alike approach. FYI. #https://github.com/snoweye/remoter/blob/master/R/server.r#L77
NULL
device.start_rmote()
is called.