https://github.com/cran/quantreg
Raw File
Tip revision: 83618978f28ba8b414e6d77d6415fb8f08e9cf7b authored by Roger Koenker on 10 January 2015, 00:00:00 UTC
version 5.11
Tip revision: 8361897
Makevars
## we use the BLAS and now also the LAPACK library:
PKG_LIBS= $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
back to top