[R-gregmisc-users] SF.net SVN: r-gregmisc:[1715] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2013-09-23 15:41:40
|
Revision: 1715 http://sourceforge.net/p/r-gregmisc/code/1715 Author: warnes Date: 2013-09-23 15:41:36 +0000 (Mon, 23 Sep 2013) Log Message: ----------- Update files for gtools 3.1.0 release Modified Paths: -------------- trunk/gtools/DESCRIPTION trunk/gtools/inst/NEWS Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2013-09-23 15:37:21 UTC (rev 1714) +++ trunk/gtools/DESCRIPTION 2013-09-23 15:41:36 UTC (rev 1715) @@ -1,7 +1,7 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 3.0.1 +Version: 3.1.0 Date: 2013-09-22 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley Maintainer: Gregory R. Warnes <gr...@wa...> Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2013-09-23 15:37:21 UTC (rev 1714) +++ trunk/gtools/inst/NEWS 2013-09-23 15:41:36 UTC (rev 1715) @@ -1,6 +1,11 @@ -gtools 3.0.1 - 2013-09-22 +gtools 3.1.0 - 2013-09-22 ------------------------- +Major changes: + +- The function 'addLast()' (deprecated since gtools 3.0.0) is no + longer available, and has been marked defunct. + Bug fixes: - Modified 'mixedorder()' to use Use 'suppressWarnings() instead of @@ -8,6 +13,7 @@ called from within a nested environment, such as when run from within 'knitr' + gtools 3.0.0 - 2013-07-06 ------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |