[R-gregmisc-users] SF.net SVN: r-gregmisc:[1768] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2014-01-14 19:43:20
|
Revision: 1768 http://sourceforge.net/p/r-gregmisc/code/1768 Author: warnes Date: 2014-01-14 19:43:17 +0000 (Tue, 14 Jan 2014) Log Message: ----------- Update for bug-fix release Modified Paths: -------------- trunk/gtools/DESCRIPTION trunk/gtools/inst/NEWS Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2014-01-14 19:37:16 UTC (rev 1767) +++ trunk/gtools/DESCRIPTION 2014-01-14 19:43:17 UTC (rev 1768) @@ -1,10 +1,9 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 3.2.0 -Date: 2014-01-11 +Version: 3.2.2 +Date: 2014-01-14 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley Maintainer: Gregory R. Warnes <gr...@wa...> -Imports: gdata License: LGPL-2.1 Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2014-01-14 19:37:16 UTC (rev 1767) +++ trunk/gtools/inst/NEWS 2014-01-14 19:43:17 UTC (rev 1768) @@ -1,3 +1,20 @@ +gtools 3.2.2 - 2014-01-14 +------------------------- + +Bug fixes: + +- binsearch() was returning the wrong endpoint & value when the found + value was at the upper endpoint. + + +gtools 3.2.1 - 2014-01-13 +------------------------- + +Bug fixes: + +- Resolve circular dependency with gdata + + gtools 3.2.0 - 2014-01-11 ------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |