Re: [Rd] problem plotting "ts" in a data.frame

2016-02-10 Thread Spencer Graves
On 2/10/2016 9:43 AM, Martyn Plummer wrote: On Tue, 2016-02-09 at 16:56 -0600, Spencer Graves wrote: Hello: I'm having trouble plotting an object of class "ts" that is in a data.frame. I can do it with(data.frame, plot(...)) but not with plot(..., data.frame); see the example below

Re: [Rd] problem plotting "ts" in a data.frame

2016-02-10 Thread Martyn Plummer
On Tue, 2016-02-09 at 16:56 -0600, Spencer Graves wrote: > Hello: > > >I'm having trouble plotting an object of class "ts" that is in a > data.frame. I can do it with(data.frame, plot(...)) but not with > plot(..., data.frame); see the example below. The plot function is generic so t

[Rd] Method from package dependency is not updated due to lazy load?

2016-02-10 Thread Renaud Gaujoux
Hi, not sure this is a bug or just an unavoidable undesirable side-effect -- or just me that does not do the right thing. Consider the code and output below. It creates 2 packages: * pkgA * pkgB that creates a method for a generic defined in pkgA Changes in a method for the generic in pkgA (