https://github.com/cran/quantreg
Raw File
Tip revision: 9bed5db6e64b9168eb86e033a915c30af7d4abce authored by Roger Koenker on 19 September 2013, 00:00:00 UTC
version 5.04
Tip revision: 9bed5db
Makevars
## we use the BLAS and now also the LAPACK library:
PKG_LIBS= $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
back to top