Re: [Rd] inappropriate warning in latticeExtra

2018-04-02 Thread Deepayan Sarkar
On Fri, Mar 23, 2018 at 7:58 AM, Richard M. Heiberger wrote: > The warning message in the last line of this email is incorrect. > This is behavior which Duncan Murdoch labeled a bug in >https://stat.ethz.ch/pipermail/r-help/2017-December/450494.html Yes, sorry, this has been fixed in the r-fo

[Rd] recordPlot/replayPlot not working with saveRDS/readRDS

2018-04-02 Thread Winston Chang
The documentation for recordPlot says the following: > As of R 3.3.0, it is possible (again) to replay a plot from another R session > using, for example, saveRDS and readRDS. However, I haven't been able to save and restore a plot displaylist and have it work within the same R session, using R

Re: [Rd] [FORGED] recordPlot/replayPlot not working with saveRDS/readRDS

2018-04-02 Thread Paul Murrell
Hi What you are doing "wrong" is loading a recordedplot into the same session that it was created in. The saveRDS()/readRDS() works if you save in one R session and then read in a different R session. The assumption is that if you are still in the same session that created the recordedplot