Re: [R] arima changes from 2.6.0

2008-01-13 Thread Gad Abraham
Duncan Murdoch wrote: > Gad Abraham wrote: >> Hi, >> >> In 2.6.0 arima() used to return an object with attribute `x' which is >> the observed time series, but this has been dropped from 2.6.1. >> >> This breaks the forecast function in package forecast. >> >> There's no mention of it in the change

Re: [R] arima changes from 2.6.0

2008-01-13 Thread Duncan Murdoch
Gad Abraham wrote: > Hi, > > In 2.6.0 arima() used to return an object with attribute `x' which is > the observed time series, but this has been dropped from 2.6.1. > > This breaks the forecast function in package forecast. > > There's no mention of it in the changelog for 2.6.1. > > Is this a bug

[R] arima changes from 2.6.0

2008-01-13 Thread Gad Abraham
Hi, In 2.6.0 arima() used to return an object with attribute `x' which is the observed time series, but this has been dropped from 2.6.1. This breaks the forecast function in package forecast. There's no mention of it in the changelog for 2.6.1. Is this a bug or a feature? Thanks, Gad -- Ga