[R] difference in sort order linux/Windows (R.2.11.0)
carslaw
david.carslaw at kcl.ac.uk
Fri May 28 12:10:17 CEST 2010
Thanks Ted,
Indeed, there is a difference between the systems on your much-simplified
example (thanks).
So, linux:
sort(c("AB CD","ABCD"))
[1] "ABCD" "AB CD"
Windows:
sort(c("AB CD","ABCD"))
[1] "AB CD" "ABCD"
Regards,
David
--
View this message in context: http://r.789695.n4.nabble.com/difference-in-sort-order-linux-Windows-R-2-11-0-tp2234251p2234366.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list