Revision: 1279
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1279&view=rev
Author: warnes
Date: 2008-05-22 09:30:01 -0700 (Thu, 22 May 2008)
Log Message:
-----------
Update NEWS for 2.5.0
Modified Paths:
--------------
trunk/gtools/NEWS
Modified: trunk/gtools/NEWS
===================================================================
--- trunk/gtools/NEWS 2008-05-22 16:17:22 UTC (rev 1278)
+++ trunk/gtools/NEWS 2008-05-22 16:30:01 UTC (rev 1279)
@@ -1,16 +1,32 @@
-gtools SVN VERSION $Id$
------------------------
+gtools 2.5.0
+------------
-- Modify odd() and even() to use modulus operator instead of division.
- (Doesn't seem to change the results, but looks more elegant!)
+New features:
+- Add checkRVersion() function to determin if a newer version of R is
+ available.
+
+- Deprecated assert() in favor of base::stopifnot
+
+Bug fixes:
+
+- Fix bug in binsearch() identified by 2.6.0 R CMD CHECK
+
+Other changes:
+
+- Improve text explanation of how defmacro() and strmacro() differ from
+ function().
+
+- Update definitions of odd() and even() to use modulus operator
+ instead of division.
+
gtools 2.4.0
------------
- Add binsearch() function, previously in the genetics() package.
-gtoosl 2.3.1
+gtools 2.3.1
------------
- Add ask() function to prompt the user and collect a single response.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|