Re: [Rd] Fix for bug in arima function

2015-05-28 Thread Martin Maechler
> Patrick Perry > on Wed, 27 May 2015 23:19:09 -0400 writes: {@PP, you forgot this part:} > peter dalgaard > on Thu, 21 May 2015 14:36:03 +0200 writes: >> I suspect that what we really need is >> >> fitI <- lm(x ~ xreg - 1, na.action = na.omit) >> f

Re: [Rd] Fix for bug in arima function

2015-05-28 Thread peter dalgaard
On 28 May 2015, at 10:17 , Martin Maechler wrote: > > On the other hand, to me, it did look a bit strange or "ugly" to always > perform to different lm()s and the coefficients of one and the > residuals of the other. Yes, but the whole point was that if you do OLS on an integrated series, the

Re: [Rd] building with tcltk on Ubuntu 14.04

2015-05-28 Thread Martin Maechler
> Ben Bolker > on Tue, 26 May 2015 11:13:41 -0400 writes: > False alarm. Completely wiping out my build directory followed by > ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh > - --with-tk-config=/usr/lib/tkConfig.sh; make > seems to work. (My fault

Re: [Rd] building with tcltk on Ubuntu 14.04

2015-05-28 Thread Jari Oksanen
On 28/05/2015, at 11:57 AM, Martin Maechler wrote: >> Ben Bolker >>on Tue, 26 May 2015 11:13:41 -0400 writes: > > >> False alarm. Completely wiping out my build directory followed by > >> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh >> - --with-tk-config=/usr/lib/

[Rd] S4 inheritance and old class

2015-05-28 Thread Julien Idé
Hey everyone, I would like to develop a package using S4 classes. I have to define several S4 classes that inherits from each others as follow: # A <- B <- C <- D I also would like to define .DollarNames methods for these class so, if I have understood well, I also have to define an old class as

Re: [Rd] building with tcltk on Ubuntu 14.04

2015-05-28 Thread Dirk Eddelbuettel
On 28 May 2015 at 09:38, Jari Oksanen wrote: | On 28/05/2015, at 11:57 AM, Martin Maechler wrote: | >> Ben Bolker | >> False alarm. Completely wiping out my build directory followed by | > | >> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh | >> - --with-tk-config=/usr/lib/tkC

[Rd] S4 inheritance and old class

2015-05-28 Thread julien_ide
Hey everyone, I would like to develop a package using S4 classes. I have to define several S4 classes that inherits from each others as follow: # A <- B <- C <- D I also would like to define .DollarNames methods for these classes so, if I have understood well, I also have to define an old class

Re: [Rd] S4 inheritance and old class

2015-05-28 Thread Martin Morgan
On 05/28/2015 02:49 AM, Julien Idé wrote: Hey everyone, I would like to develop a package using S4 classes. I have to define several S4 classes that inherits from each others as follow: # A <- B <- C <- D I also would like to define .DollarNames methods for these class so, if I have understood

Re: [Rd] S4 inheritance and old class

2015-05-28 Thread Gabriel Becker
The problem seems to be with coercion, actually, not validity methods per se: > myd Object of class "D" attr(,"class") [1] "AOldclass" Slot "D": character(0) Slot "C": character(0) Slot "B": character(0) Slot "A": character(0) > as(myd, "B") Object of class "AOldclass" attr(,"class") [1] "AO

Re: [Rd] S4 inheritance and old class

2015-05-28 Thread Michael Lawrence
On Thu, May 28, 2015 at 2:49 AM, Julien Idé wrote: > Hey everyone, > > I would like to develop a package using S4 classes. > I have to define several S4 classes that inherits from each others as > follow: > > # A <- B <- C <- D > > I also would like to define .DollarNames methods for these class s

[Rd] Why my messages are filtered from the list?

2015-05-28 Thread Ivan Popivanov
Hello, Over the last two months I have sent two messages (same topic) to the list. None of them showed on the list. For the first, I got a message that it is in some queue and waiting for an administrator to look at it. Is the queue THAT long?! [[alternative HTML version deleted]] __

Re: [Rd] Why my messages are filtered from the list?

2015-05-28 Thread David Winsemius
On May 28, 2015, at 9:11 PM, Ivan Popivanov wrote: > Hello, > > Over the last two months I have sent two messages (same topic) to the list. > None of them showed on the list. For the first, I got a message that it is > in some queue and waiting for an administrator to look at it. Is the queue >

Re: [Rd] Why my messages are filtered from the list?

2015-05-28 Thread Ivan Popivanov
Now I am getting confused. I see two postings from me in the archives: https://stat.ethz.ch/pipermail/r-devel/2015-May/071205.html https://stat.ethz.ch/pipermail/r-devel/2015-April/070982.html Were these actually published to the list? If so - big apology. Regards, Ivan On Fri, May 29, 2015 at

Re: [Rd] Why my messages are filtered from the list?

2015-05-28 Thread David Winsemius
On May 28, 2015, at 10:05 PM, Ivan Popivanov wrote: > Now I am getting confused. I see two postings from me in the archives: > > https://stat.ethz.ch/pipermail/r-devel/2015-May/071205.html > https://stat.ethz.ch/pipermail/r-devel/2015-April/070982.html > > Were these actually published to the l