[R-gregmisc-users] SF.net SVN: r-gregmisc:[1775] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2014-03-01 20:12:49
|
Revision: 1775 http://sourceforge.net/p/r-gregmisc/code/1775 Author: warnes Date: 2014-03-01 20:12:46 +0000 (Sat, 01 Mar 2014) Log Message: ----------- Update files for gtools 3.3.1 release Modified Paths: -------------- trunk/gtools/DESCRIPTION trunk/gtools/inst/NEWS Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2014-03-01 20:02:08 UTC (rev 1774) +++ trunk/gtools/DESCRIPTION 2014-03-01 20:12:46 UTC (rev 1775) @@ -1,8 +1,8 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 3.3.0 -Date: 2014-02-11 +Version: 3.3.1 +Date: 2014-03-01 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley Maintainer: Gregory R. Warnes <gr...@wa...> License: LGPL-2.1 Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2014-03-01 20:02:08 UTC (rev 1774) +++ trunk/gtools/inst/NEWS 2014-03-01 20:12:46 UTC (rev 1775) @@ -1,3 +1,15 @@ +gtools 3.3.1 - 2014-03-01 +------------------------- + +Bug fixes: + +- 'mixedorder' (and hence 'mixedsort') not properly handling + single-character strings between numbers, so that '1a2' was being + handled as a single string rather than being properly handled as + c('1', 'a', '2'). + + + gtools 3.3.0 - 2014-02-11 ------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |