[R-gregmisc-users] SF.net SVN: r-gregmisc:[1570] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-19 19:00:37
|
Revision: 1570 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1570&view=rev Author: warnes Date: 2012-06-19 19:00:31 +0000 (Tue, 19 Jun 2012) Log Message: ----------- Update for gtools 2.7.0. Modified Paths: -------------- trunk/gtools/DESCRIPTION trunk/gtools/inst/NEWS Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2012-06-19 14:00:10 UTC (rev 1569) +++ trunk/gtools/DESCRIPTION 2012-06-19 19:00:31 UTC (rev 1570) @@ -1,8 +1,8 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 2.6.4 -Date: 2010-10-05 +Version: 2.7.0 +Date: 2012-06-19 Author: Gregory R. Warnes. Includes R source code and/or documentation contributed by Ben Bolker and Thomas Lumley Maintainer: Gregory R. Warnes <gr...@wa...> Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2012-06-19 14:00:10 UTC (rev 1569) +++ trunk/gtools/inst/NEWS 2012-06-19 19:00:31 UTC (rev 1570) @@ -1,3 +1,20 @@ +gtools 2.7.0 - 2012-06-19 +------------------------- + +New features: + +- smartbind() has a new 'sep' argument to allow specification of the + character(s) used to separate components of constructed column names + +- smartbind() has a new 'verbose' argument to provide details on how + coluumns are being processed + +Bug fixes: + +- smartbind() has been enhanced to improve handling of factor and + ordered factor columns. + + gtools 2.6.2 - 2011-09-28 ------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |