Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-14 Thread Prasenjit Kapat
HI, On Mon, Sep 13, 2010 at 7:45 AM, Thomas Friedrichsmeier thomas.friedrichsme...@ruhr-uni-bochum.de wrote: Hi, On Sunday 12 September 2010, Prasenjit Kapat wrote: Yeah, the lattice plots are tracked through trellis.last.object () and not recordPlot () and for that reason rk.activate.device

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-14 Thread Thomas Friedrichsmeier
On Tuesday 14 September 2010, Prasenjit Kapat wrote: I tried it twice now. Didn't see any mismatch.. But I'll keep an eye on it. Interesting. I keep getting this: mark 1 Current plot does not match with plots[[2]] mark 2 mark 3 mark 4 mark 5 mark 6 mark 7 mark 8 mark 8a mark 9 mark 10 R

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-14 Thread Prasenjit Kapat
On Tue, Sep 14, 2010 at 4:22 AM, Thomas Friedrichsmeier thomas.friedrichsme...@ruhr-uni-bochum.de wrote: On Tuesday 14 September 2010, Prasenjit Kapat wrote: I tried it twice now. Didn't see any mismatch.. But I'll keep an eye on it. Interesting. I keep getting this: mark 1 Current plot

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-14 Thread Thomas Friedrichsmeier
Hi, On Tuesday 14 September 2010, Prasenjit Kapat wrote: On my end, R 2.11.1 and lattice 0.19-11 (r-cran-lattice form deb repo). Before upgrading lattice, could you try to remove rkward and then re-install Rscript -e remove.packages ('rkward') make install and see if it helps? no

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-13 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 1:36 PM, Thomas Friedrichsmeier thomas.friedrichsme...@ruhr-uni-bochum.de wrote: Another thing: I just added a test to rkward_application_tests.R. Basically this opens two devices and calls some of the history actions. Then it checks whether the current plots are

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-13 Thread Thomas Friedrichsmeier
Hi, On Sunday 12 September 2010, Prasenjit Kapat wrote: Yeah, the lattice plots are tracked through trellis.last.object () and not recordPlot () and for that reason rk.activate.device () should be used instead of dev.set (). I'll update the test code later, after adding a few more tests. I

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Thomas Friedrichsmeier
Hi, On Saturday 11 September 2010, Prasenjit Kapat wrote: None of the static messages will show such an error. But say if you call: xyplot (0~0, panel = function (...) { panel.xyplot (...) panel.abline (h=0,v=0) }) Then, the showInfo box will be a few line shosrt

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 9:08 AM, Thomas Friedrichsmeier thomas.friedrichsme...@ruhr-uni-bochum.de wrote: Hi, BTW, I encountered some surprising behavior: When you add a plot using Append this plot, the plot-call appears to be lost. Appending in any other way makes the plot-call is shown

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 3:41 PM, Prasenjit Kapat kap...@gmail.com wrote: On Sun, Sep 12, 2010 at 2:41 PM, Prasenjit Kapat kap...@gmail.com wrote: Another thing: I just added a test to rkward_application_tests.R. Basically Thanks. this opens two devices and calls some of the history

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-11 Thread Thomas Friedrichsmeier
Hi, I've just started playing with the new history, so no feedback on that, yet. But some answers to these questions: On Friday 10 September 2010, Prasenjit Kapat wrote: @ Thomas: 1. There was some hickup while committing (I hadn't updated in a while). I hope none of your commits are screwed

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-11 Thread Prasenjit Kapat
HI, On Sat, Sep 11, 2010 at 1:03 PM, Thomas Friedrichsmeier thomas.friedrichsme...@ruhr-uni-bochum.de wrote: Hi, On Friday 10 September 2010, Prasenjit Kapat wrote: 2. Are the message boxes of fixed height but variable width? Some of the multiline text gets eaten up after 5/6 lines. But I