Re: [R] R 1.7.1 arima0 problem

2003-08-04 Thread Prof Brian Ripley
Note that those examples are run by `make check' during the installation process, so the installation should have failed. How come that was not detected earlier? RedHat 6.2 is rather old these days and as I recall came with flaky compilers (the infamous gcc `2.96'). Was a released version of

[R] R 1.7.1 arima0 problem

2003-08-03 Thread Yu Zhang
Hi, I'm trying to go through the examples for function arima0() in ts package, i.e, data(lh) arima0(lh, order = c(1,0,0)) each time the call to arima0() causes a segmentation fault. I checked the earlier version (1.1.1) of R, the function arima0 works fine. Tracing the call indicates that the