Package: R.ui
=============

Version: 0.6.3 [2005-05-31]
o This package is deprecated. Use R.utils instead.
o The ProgressBar classes have moved to R.utils.

Version: 0.6.2 [2005-05-03]
o Removed deprecated CountProgressBar. Use ProgressBar instead.

Version: 0.6.1 [2005-03-01]
o Added setProgress() to ProgressBar, which makes it possible to
  set the relative progress in [0,1].
o By default, ProgressBar, but not FileProgressBar, automatically 
  adds a newline when done.

Version: 0.6 [2005-02-20]
o Package passes R CMD check without warnings. Also on R v2.1.0 devel.
o Added arguments '...' to all methods to please R CMD check.

Version: 0.5 [2004-10-21]
o Added more help pages.

Version: 0.4 [2003-07-10]
o Create FileProgressBar, which writes a textual progress bar to a file
  which has the same length as the value of the progress bar. This is
  useful for batch jobs to report its progress; all information will be
  in the file system and no files has to be opened or nothing.
o Renamed CountProgressBar to ProgressBar. CountProgressBar is available
  for backward compatibility as subclass CountProgressBar.

Version: 0.3 [2002-11-27]
o Added setMaxValue() and setTicks() to CountProgressBar.
o BUG FIX: Forgot to update the methods of TextUI, which are static, to
  have a first 'static' argument.

Version: 0.3 [2002-10-24]
o Made the package compatible with the new Rx.oo core.

Version: 0.2 [2002-05-30]
o Added trial version of class CountProgressBar.
o Package passes R CMD check with 3 warnings.

Version: 0.1 [2002-04-03]
o Package now passes Rcmd check.

Version: 0.1 [2001-06-07]
o Created.
