	-- this file should contain things that were in ./TODO-MM

1) [Juni 2002]:
  getint() Dinge sind eigentlich berflssig, seit ich's ins R getan habe:
  in R haben wir jetzt findInterval()  {*mit* C API!}

  ==> In src/getint.c entfernen;
       R code durch "findInterval()" (oder  approx() !) ersetzen

  Frage: Kann auch "lin_interpol" etc ersetzt werden durch findInterval()??
  --------> R/interpolation.R ./interpol-ex.R
	    ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
	    /u/maechler/R/MM/MISC/findInt-performance.R
	    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  ==>  Haben ``R only'' Package, welches auch unter Windows leicht
       installierbar wre ---> CRAN package ?


2) [Juni 2002]:

  Etliche der "R CMD check"  Warnungen ( --> /u/sfs/R/SfS.Rcheck/00check.log )
  wren zu beheben durch Umnennen von Funktionen

  boxplot.matrix()  {oder ?}
  plot.step()
  print.tbl()
  ...

     ==> Rausfinden, wo jemand  hier am SfS solches benutzt ..


4) rnlm() : need  print.* and summary.* methods (and resid(), fitted(), ...)
   ------   --> R/rnls.R :
   	    Done; mostly by Andreas Ruckstuhl; Aug.2005
   Note: R 2.3.0 has an nls() with proper "weights = ...."
   	 --> use that once 2.3.x is ``common place''

6) huberM() --> being moved to ../robustbase/ !!
   --------  mention this on the help page man/huberM.Rd
   	     as soon as robustbase is on CRAN
