Package: R.methodsS3
====================

Version: 1.0.1 [2008-03-06]
o Added paper to citation("R.methodsS3").
o BUG FIX: Regular expression pattern 'a-Z' is illegal on (at least) 
  some locale, e.g. 'C' (where 'A-z' works). The only way to specify 
  the ASCII alphabet is to list all characters explicitly, which we now
  do in all methods of the package.  See the r-devel thread 
  "invalid regular expression '[a-Z]'" on 2008-03-05 for details.


Version: 1.0.0 [2007-09-17]
o Created by extracting setMethodS3() and related methods from the 
  R.oo package.  The purpose is to provide setMethodS3() without
  having to load (the already lightweight) R.oo package.  For 
  previous history related to the methods in this package, please
  see the history of the R.oo package.

