https://github.com/cran/quantreg
Raw File
Tip revision: 6d5057a2e46105744eb4d62fcdc6610efeedb017 authored by Roger Koenker on 01 December 2011, 00:00:00 UTC
version 4.76
Tip revision: 6d5057a
Notes-MM
Notes on "quantreg" and my changes -- by Martin Maechler,  August 2006 ff
-------------------------------------------------------------------------

src/cholesky.c : instead of *.f
src/chlfct.c   : dito
src/srqfn.c    : dito
src/srqfnc.c   : dito
src/bound.c    : dito; then integrated into src/srqfn.c
src/boundc.c   : dito; then integrated into src/srqfnc.c

src/cholesky.h : to support the consistency in the above *.c sources
src/sparseM.h  : dito

src/xlapack.f  : eliminated and
src/Makevars   : add $(LAPACK_LIBS)  {and $(FLIBS) , according to "Writing R Ext."}


DESCRIPTION:
 - version++
 - really  *Depends* , not just 'Suggests' SparseM -- there are too many
   things that don't make sense otherwise
   ===> eliminate  require(SparseM) from R code
	{I think they were not sufficient anyway}

man/qss.Rd : make clear that package  "tripack" is needed for bivariate
	   case; other cleanup

man/rqss.Rd: cleanup in formatting; improved example.
	     {NB: example should *NOT* do rm(list=ls()) !}

---> see ./ChangeLog  for anything newer
	 ===========
back to top