[R-gregmisc-users] SF.net SVN: r-gregmisc: [986] trunk/gdata/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2006-09-19 21:09:44
|
Revision: 986 http://svn.sourceforge.net/r-gregmisc/?rev=986&view=rev Author: warnes Date: 2006-09-19 14:08:40 -0700 (Tue, 19 Sep 2006) Log Message: ----------- Update NEWS file for 2.3.0 release Modified Paths: -------------- trunk/gdata/NEWS Modified: trunk/gdata/NEWS =================================================================== --- trunk/gdata/NEWS 2006-09-19 20:52:46 UTC (rev 985) +++ trunk/gdata/NEWS 2006-09-19 21:08:40 UTC (rev 986) @@ -1,3 +1,25 @@ +CHANGES FROM 2.1.X to 2.3.0 (2006-09-19) +--------------------------------------- + +- Added mapLevels(), which produces a map with information on levels and/or + internal integer codes. Contributed by Gregor Gorjanc. + +- Extended dropLevels() to work on the factors contained in a data + frame, as well as individual factors. + +- Add unknown(), which changes given unknown value to NA and vice + versa. Contributed by Gregor Gorjanc. + +- Extended trim() to handle a variety of data types data.frames, + lists, factors, etc. Code changes contributed by Gregor Gorjanc. + +- Added resample() command that acts like sample() except that it + _always_ samples from the arguments provided, even if only a single + argument is present. This differs from sample() which behaves + differently in this case. + +- Updated my email address. + CHANGES IN GDATA 2.1.2 ----------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |