https://github.com/cran/quantreg
Raw File
Tip revision: de888d3d89a7022314982fb84db6825413d28dc6 authored by Roger Koenker on 02 October 2020, 03:20:02 UTC
version 5.73
Tip revision: de888d3
Makevars
## we use the BLAS and now also the LAPACK library:
PKG_LIBS= $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
back to top