[R-gregmisc-users] SF.net SVN: r-gregmisc:[1694] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2013-07-05 17:31:59
|
Revision: 1694 http://sourceforge.net/p/r-gregmisc/code/1694 Author: warnes Date: 2013-07-05 17:31:56 +0000 (Fri, 05 Jul 2013) Log Message: ----------- Update for gtools 2.7.2 Modified Paths: -------------- trunk/gtools/DESCRIPTION trunk/gtools/inst/NEWS Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2013-07-05 17:29:07 UTC (rev 1693) +++ trunk/gtools/DESCRIPTION 2013-07-05 17:31:56 UTC (rev 1694) @@ -1,9 +1,8 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 2.7.0 -Date: 2012-06-19 -Author: Gregory R. Warnes. Includes R source code and/or documentation - contributed by Ben Bolker and Thomas Lumley +Version: 2.7.2 +Date: 2013-07-05 +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 2013-07-05 17:29:07 UTC (rev 1693) +++ trunk/gtools/inst/NEWS 2013-07-05 17:31:56 UTC (rev 1694) @@ -1,3 +1,18 @@ +gtools 2.7.2 - 2013-07-05 +------------------------- + +Bug fixes: + +- Update checkRVersion() to works with R version 3.0.0 and later. + +gtools 2.7.1 - 2013-03-17 +------------------------- + +Bug fixes: + +- smartbind() was not properly handling factor columns when the first + data frame did not include the relevant column. + gtools 2.7.0 - 2012-06-19 ------------------------- @@ -32,7 +47,7 @@ available R versions. - Add keywords() function to show $RHOME/doc/KEYWORDS file - + Bug fixes: - Correct windows make flags as suggested by Brian Ripley. @@ -46,7 +61,7 @@ New features: - Add checkRVersion() function to determin if a newer version of R is - available. + available. - Deprecated assert() in favor of base::stopifnot @@ -60,12 +75,12 @@ function(). - Update definitions of odd() and even() to use modulus operator - instead of division. + instead of division. gtools 2.4.0 ------------ -- Add binsearch() function, previously in the genetics() package. +- Add binsearch() function, previously in the genetics() package. gtools 2.3.1 @@ -96,7 +111,7 @@ - NAMESPACE: Add UseDynLib to NAMESPACE so the shared library gets properly loaded. - - Updated Greg's email address. + - Updated Greg's email address. gtools 2.2.1 ------------ @@ -113,7 +128,7 @@ - Added assert.R (and documentation) - Added the defmacro() function, extracted from Lumley T. "Programmer's Niche: - Macros in {R}", R News, 2001, Vol 1, No. 3, pp 11--13, + Macros in {R}", R News, 2001, Vol 1, No. 3, pp 11--13, \url{http://CRAN.R-project.org/doc/Rnews/} - Added DESCRIPTION and removed DESCRIPTION.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |