[R-gregmisc-users] SF.net SVN: r-gregmisc:[1620] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2012-09-20 17:12:21
|
Revision: 1620 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1620&view=rev Author: warnes Date: 2012-09-20 17:12:14 +0000 (Thu, 20 Sep 2012) Log Message: ----------- Update for gdata 2.13.0. Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2012-09-20 15:42:08 UTC (rev 1619) +++ trunk/gdata/DESCRIPTION 2012-09-20 17:12:14 UTC (rev 1620) @@ -4,10 +4,11 @@ Depends: R (>= 2.13.0) SystemRequirements: perl Imports: gtools -Version: 2.12.0 -Date: 2012-10-12 -Author: Gregory R. Warnes, with contributions from Ben Bolker, Gregor Gorjanc, - Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, - Arni Magnusson, Jim Rogers, and others +Version: 2.13.0 +Date: 2012-09-20 +Author: Gregory R. Warnes, with contributions from Liviu Andronic, Ben + Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, + Thomas Lumley, Don MacQueen, Arni Magnusson, Jim Rogers, and + others Maintainer: Gregory Warnes <gr...@wa...> License: GPL-2 Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2012-09-20 15:42:08 UTC (rev 1619) +++ trunk/gdata/inst/NEWS 2012-09-20 17:12:14 UTC (rev 1620) @@ -1,4 +1,29 @@ -Changes in 2.12.0 (2012-10-12) +Changes in 2.13.0 (2012-09-20) +----------------------------- + +New features: + +- New 'duplicated2' function which returns TRUE for *all* elements + that are duplicated, including the first, contributed by Liviu + Andronic. This differs from 'duplicated', which only returns the + second and following (second-to last and previous when + 'fromLast=TRUE') duplicate elements. + +- New 'ans' functon to return the value of the last evaluated + top-level function (a convenience function for accessing + .Last.value), contributed by Liviu Andonic. + +Bug Fixes: + +- On windows, warning messages printed to stdout by perl were being + included in the return value from 'system', resulting in errors in + 'sheetCount' and 'sheetNames'. Corrected. + +- The 'MedUnits' column names 'SIUnits' and 'ConventionalUnits' were + reversed and misspelled. + + +Changes in 2.12.0 (2012-09-12) ------------------------------ Other Changes: @@ -14,7 +39,7 @@ is depreciated and recommending the equivalent call to tapply. It will be removed entirely in a future version of gdata. -Changes in 2.11.1 (2012-09-22) +Changes in 2.11.1 (2012-08-22) ------------------------------ Enhancements: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |