[R-gregmisc-users] SF.net SVN: r-gregmisc:[2016] trunk/gtools/R/mixedsort.R
Brought to you by:
warnes
From: <wa...@us...> - 2015-05-02 13:48:38
|
Revision: 2016 http://sourceforge.net/p/r-gregmisc/code/2016 Author: warnes Date: 2015-05-02 13:48:35 +0000 (Sat, 02 May 2015) Log Message: ----------- Remove stray 'svn' that was inserted into the code. Modified Paths: -------------- trunk/gtools/R/mixedsort.R Modified: trunk/gtools/R/mixedsort.R =================================================================== --- trunk/gtools/R/mixedsort.R 2015-05-02 13:47:47 UTC (rev 2015) +++ trunk/gtools/R/mixedsort.R 2015-05-02 13:48:35 UTC (rev 2016) @@ -1,6 +1,6 @@ mixedsort <- function(x, decreasing=FALSE, na.last=TRUE, blank.last=FALSE) { - svn ord <- mixedorder(x, decreasing=decreasing, na.last=na.last, + ord <- mixedorder(x, decreasing=decreasing, na.last=na.last, blank.last=blank.last) x[ord] } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |