[R-gregmisc-users] SF.net SVN: r-gregmisc:[1786] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2014-04-05 02:25:57
|
Revision: 1786 http://sourceforge.net/p/r-gregmisc/code/1786 Author: warnes Date: 2014-04-05 02:25:54 +0000 (Sat, 05 Apr 2014) Log Message: ----------- Update NEWS for gdata 2.13.4 Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2014-04-05 02:25:02 UTC (rev 1785) +++ trunk/gdata/DESCRIPTION 2014-04-05 02:25:54 UTC (rev 1786) @@ -4,11 +4,12 @@ Depends: R (>= 2.13.0) SystemRequirements: perl Imports: gtools -Version: 2.13.2 -Date: 2013-06-28 +Version: 2.13.3 +Date: 2014-04-04 Author: Gregory R. Warnes, Ben Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni Magnusson, Jim Rogers, and others Maintainer: Gregory R. Warnes <gr...@wa...> License: GPL-2 NeedsCompilation: no +Depends: RUnit Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2014-04-05 02:25:02 UTC (rev 1785) +++ trunk/gdata/inst/NEWS 2014-04-05 02:25:54 UTC (rev 1786) @@ -1,3 +1,16 @@ +Changes in 2.13.3 (2014-04-04) +------------------------------ + +Bug Fixes + +- Unit tests were incorrectly checking for equality of optional POSIXlt + components. (Bug reported by Brian Ripley). + +Other Changes + +- Unit tests now follow R standard practice + + Changes in 2.13.2 (2013-06-28) ------------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |