[R-gregmisc-users] SF.net SVN: r-gregmisc:[1326] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2009-05-09 03:15:18
|
Revision: 1326 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1326&view=rev Author: warnes Date: 2009-05-09 03:15:10 +0000 (Sat, 09 May 2009) Log Message: ----------- Move actual NEWS file into inst. Added Paths: ----------- trunk/gtools/inst/ trunk/gtools/inst/NEWS Removed Paths: ------------- trunk/gtools/NEWS Deleted: trunk/gtools/NEWS =================================================================== --- trunk/gtools/NEWS 2009-05-09 03:13:19 UTC (rev 1325) +++ trunk/gtools/NEWS 2009-05-09 03:15:10 UTC (rev 1326) @@ -1,78 +0,0 @@ -gtools 2.5.0 ------------- - -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. - - -gtools 2.3.1 ------------- - -- Add ask() function to prompt the user and collect a single response. - - -gtools 2.3.0 ------------- - -- Update email address for Greg - -- Add new 'smartbind' function, which combines data frames - efficiently, even if they have different column names. - -gtools 2.2.3 ------------- - - - setTCPNoDelay now compiles & works properly on Windows - - -gtools 2.2.2 ------------- - - - src/setTCPNoDelay.c: Add C source code for setTCPNoDelay. - - - NAMESPACE: Add UseDynLib to NAMESPACE so the shared library gets - properly loaded. - - - Updated Greg's email address. - -gtools 2.2.1 ------------- - - - New function 'addLast' that adds functions to R's .Last() so - that they will be executed when R is terminating. - - - New function setTCPNoDelay() that allows the TCP_NODELAY flag to - be changed on socket objects. - -gtools 2.1.0 ------------- - - - 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, - \url{http://CRAN.R-project.org/doc/Rnews/} - - - Added DESCRIPTION and removed DESCRIPTION.in - Copied: trunk/gtools/inst/NEWS (from rev 1324, trunk/gtools/NEWS) =================================================================== --- trunk/gtools/inst/NEWS (rev 0) +++ trunk/gtools/inst/NEWS 2009-05-09 03:15:10 UTC (rev 1326) @@ -0,0 +1,78 @@ +gtools 2.5.0 +------------ + +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. + + +gtools 2.3.1 +------------ + +- Add ask() function to prompt the user and collect a single response. + + +gtools 2.3.0 +------------ + +- Update email address for Greg + +- Add new 'smartbind' function, which combines data frames + efficiently, even if they have different column names. + +gtools 2.2.3 +------------ + + - setTCPNoDelay now compiles & works properly on Windows + + +gtools 2.2.2 +------------ + + - src/setTCPNoDelay.c: Add C source code for setTCPNoDelay. + + - NAMESPACE: Add UseDynLib to NAMESPACE so the shared library gets + properly loaded. + + - Updated Greg's email address. + +gtools 2.2.1 +------------ + + - New function 'addLast' that adds functions to R's .Last() so + that they will be executed when R is terminating. + + - New function setTCPNoDelay() that allows the TCP_NODELAY flag to + be changed on socket objects. + +gtools 2.1.0 +------------ + + - 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, + \url{http://CRAN.R-project.org/doc/Rnews/} + + - Added DESCRIPTION and removed DESCRIPTION.in + Property changes on: trunk/gtools/inst/NEWS ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:mergeinfo + Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |