Re: [Rd] arima() bug

2008-06-15 Thread Prof Brian Ripley
On Thu, 12 Jun 2008, Prof Brian Ripley wrote: On Thu, 12 Jun 2008, Antonio, Fabio Di Narzo wrote: No segfault with my r-patched version on linux-i686: set.seed(1); x <- ts(20*sin((1:731)*2*pi/365) + 10 + rnorm(731, 0, 4), freq=365) arima(x, c(1, 0, 1), c(1, 0, 1)) Errore: cannot allocate v

[Rd] c.noquote() weirdness

2008-06-15 Thread Ray Brownrigg
I haven't been able to get anywhere tracking this down. It seems that c.noquote() does something strange with its third (and subsequent) parameters: R-2.7.0 under NetBSD, R-2.6.0 under Solaris, and R-2.8.0 (unstable) (2008-06-10 r45893) under WinXP, I get: > c(noquote('z'), 'y', 'x', '*') [1