[R-gregmisc-users] SF.net SVN: r-gregmisc:[1764] trunk/gtools/inst/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2014-01-11 23:39:12
|
Revision: 1764 http://sourceforge.net/p/r-gregmisc/code/1764 Author: warnes Date: 2014-01-11 23:39:09 +0000 (Sat, 11 Jan 2014) Log Message: ----------- Update for gtools release 3.2.0 Modified Paths: -------------- trunk/gtools/inst/NEWS Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2014-01-11 23:38:29 UTC (rev 1763) +++ trunk/gtools/inst/NEWS 2014-01-11 23:39:09 UTC (rev 1764) @@ -1,3 +1,25 @@ +gtools 3.2.0 - 2014-01-11 +------------------------- + +New features: + +- The keywords() function now accepts a function or function name as + an argument and will return the list of keywords associated with the + named function. + +- New function stars.pval() which will generate p-value significance + symbols ('***', '**', etc.) + +Bug fixes: + +- R/mixedsort.R: mixedorder() was failing to correctly handle numbers + including decimals due to a faulty regular expression. + +Other changes: + +- capture() and sprint() are now defunct. + + gtools 3.1.1 - 2013-11-06 ------------------------- @@ -30,7 +52,7 @@ - The function 'addLast()' has been deprecated because it directly manipulates the global environment, which is expressly prohibited by - the CRAN policies. + the CRAN policies. - A new function, 'lastAdd()' has been created to replace 'addLast()'. The name has been changed because the two functions require This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |