[R-gregmisc-users] SF.net SVN: r-gregmisc:[1939] trunk/gdata/inst
                
                Brought to you by:
                
                    warnes
                    
                
            
            
        
        
        
    | 
      
      
      From: <wa...@us...> - 2015-04-23 17:40:15
      
     | 
| Revision: 1939
          http://sourceforge.net/p/r-gregmisc/code/1939
Author:   warnes
Date:     2015-04-23 17:40:13 +0000 (Thu, 23 Apr 2015)
Log Message:
-----------
Update NEWS and ChangeLog
Modified Paths:
--------------
    trunk/gdata/inst/ChangeLog
    trunk/gdata/inst/NEWS
Modified: trunk/gdata/inst/ChangeLog
===================================================================
--- trunk/gdata/inst/ChangeLog	2015-04-23 17:37:37 UTC (rev 1938)
+++ trunk/gdata/inst/ChangeLog	2015-04-23 17:40:13 UTC (rev 1939)
@@ -1,5 +1,12 @@
+2015-04-23  warnes
+
+	* [r1938] R/reorder.R: reorder.factor() now hands off processing to
+	  stats:::reorder.default() when either 'X' or 'FUN' is specified.
+
 2015-04-22  warnes
 
+	* [r1937] inst/ChangeLog, inst/NEWS: Update NEWS and ChangeLog for
+	  changes to humanReadable()
 	* [r1936] DESCRIPTION, R/humanReadable.R, R/object.size.R,
 	  man/humanReadable.Rd: Fix 'units' argument of humanReadable()
 	* [r1935] man/object.size.Rd: Update object.size() man page to
Modified: trunk/gdata/inst/NEWS
===================================================================
--- trunk/gdata/inst/NEWS	2015-04-23 17:37:37 UTC (rev 1938)
+++ trunk/gdata/inst/NEWS	2015-04-23 17:40:13 UTC (rev 1939)
@@ -26,8 +26,9 @@
 
 - reorder.factor() was ignoring the argument 'X', making it incompatible
   with the behavior of stats:::reorder.default(). This has been corrected,
-  and providing 'X' now returns the same results whether gdata is loaded 
-  or not.  (Reported by Sam Hunter.)
+  and providing either 'X' or 'FUN' causes processing to be handed off to 
+  stats:::reorder.defailt() so will return the same results whether gdata
+  is loaded or not.  (Reported by Sam Hunter.)
  
 Other changes:
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |