home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / PROJECTS < prev    next >
Encoding:
Text File  |  1997-04-22  |  2.4 KB  |  86 lines

  1.  
  2.                 THE R PROJECT LIST
  3.  
  4.               Dream, dream, dream ...
  5.                 - The Everly Brothers
  6.  
  7.  
  8. Here is a list of projects which we think could enhance R substantially.
  9. Some of these we re thinking about doing ourselves, but others could be
  10. taken on by anyone.
  11.  
  12.  
  13.  o  DOCUMENTATION
  14.     Switch to a comletely SGML based set of documentation, with ways of
  15.     producing HTML, LaTeX and Plain Text.  On Windows and the Mac use
  16.     HTML to provide a manual.
  17.  
  18.  
  19.  o  WINDOWS 3/95/NT PORT.
  20.     Robert has this in hand and is nearly done.
  21.  
  22.  
  23.  o  POWER MACINTOSH PORT.
  24.     This is temporarily on hold, pending funding or Ross having some
  25.     free time.  [ We have to do this.  Our teaching labs are Mac based. ]
  26.  
  27.  
  28.  o  LIBRARY STRUCTURE
  29.     We need a way to "attach" libraries.  This should happen in
  30.     conjunction with "save" and "load", and with some sort of hashing
  31.     to speedup lookups in libraries.
  32.  
  33.  
  34.  o  MULTIPLE ACTIVE DEVICE DRIVERS.
  35.     The basics of this is actually pretty simple to implement.  The
  36.     hard part is thinking about how to manage display lists.  It would
  37.     be nice to have a choice of "in-memory" or "disk-based" display-list
  38.     storage.
  39.  
  40.  
  41.  o  MATHEMATICS IN PLOT LABELS
  42.     We have an expression parser and can grab parse trees.  All we
  43.     need is access to font metrics for bounding boxes (done now) and
  44.     some time to plow through a couple of appendices of the TeX Book.
  45.     [ Ross and Paul Murrell are working on this ... ]
  46.  
  47.  
  48.  o  DYNAMIC GRAPHICS
  49.     Statistics for the video game generation ...
  50.     We need to move to an event-based model for this.
  51.     X3d looks like it would be worth a look.  It provides very fast
  52.     response for complex wireframe structures.
  53.     XGobi is nice too.
  54.  
  55.  
  56.  o  LINEAR MODELLING
  57.     The whole "glm" suite needs to be rethought and redone.
  58.     We need "aov" and friends (pretty easy given what we have).
  59.     Labelling for nested specifications needs to be handled correctly.
  60.     Additional functionality (drop1, update ...).
  61.  
  62.  
  63.  o  NONLINEAR MODELLING
  64.     Was that Doug Bates I heard rustling about over there in the
  65.     corner ... :-)
  66.  
  67.  
  68.  o  GAM MODELS
  69.     The basic code is at STATLIB.  Did Trevor Hastie put out an
  70.     update to this?
  71.  
  72.  
  73.  o  LOESS MODELS
  74.     The code is at NETLIB.
  75.  
  76.  
  77.  o  RECURSIVE PARTITIONING
  78.     There is some very nice looking code by Terry Therneau at STATLIB.
  79.  
  80.  
  81.  o  TIME SERIES
  82.     A state-space/structural models package would be nice.
  83.     We have a partial spectrum analysis package.  It needs to be
  84.     mutivariate though.
  85.  
  86.