Displaying 1 result from an estimated 1 matches for "petrolprice".
2004 Mar 16
2
make check failed for R-1.9.0alpha (2004-03-16) when link against Goto's BLAS
...ges: yes
(The Goto BLAS is libgoto_opt64-r0.93.so.)
"make" ran fine, but "make check" failed with tail
tests/Examples/stats-Ex.Rout.fail giving:
> ## now see the effect of the explanatory variables
> data(Seatbelts)
> X <- Seatbelts[, c("kms", "PetrolPrice", "law")]
> X[, 1] <- log10(X[, 1]) - 4
> arima(log10(Seatbelts[, "drivers"]), c(1,0,0),
+ seasonal = list(order= c(1,0,0)), xreg = X)
Error in La.svd(x, nu, nv, method) : error code 3 from Lapack routine dgesdd
Execution halted
If I do "make clean"...