Solved it myself: The single precision and complex BLAS routines were not
installed.
--
View this message in context:
http://www.nabble.com/Building-a-package-with-BLAS-under-Windows-tp24590763p24633850.html
Sent from the R devel mailing list archive at Nabble.com.
_
According to William Bulley on Thu, 07/23/09 at 11:34:
>
> I am building from source on RHEL 4 and have run into a
> problem while running "make check":
>
>running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
>make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
>make[2]: **
Il 22-07-2009 16:26, Matteo Bertini ha scritto:
I have found a strange error:
> fit = Arima(flow, c(1,0,1), list(order=c(0,1,1), period=96*7))
Error in makeARIMA(trarma[[1L]], trarma[[2L]], Delta, kappa) :
maximum supported lag is 350
Is in fact quite common to have a lag > 350 using a weekly
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.