https://github.com/cran/quantreg
Raw File
Tip revision: 616fe292ea4c66f8db35d04c9fa045fea56eea02 authored by Roger Koenker on 04 September 2016, 13:02:15 UTC
version 5.29
Tip revision: 616fe29
Makevars
## we use the BLAS and now also the LAPACK library:
PKG_LIBS= $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
back to top