https://github.com/cran/quantreg
Raw File
Tip revision: 4d23639e057badc650d148f9c68a75577d0e8b4d authored by Roger Koenker on 08 September 2020, 12:10:03 UTC
version 5.65
Tip revision: 4d23639
Makevars
## we use the BLAS and now also the LAPACK library:
PKG_LIBS= $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
back to top