[Rd] Bug in rank with utf8?

Hadley Wickham h.wickham at gmail.com
Thu Aug 13 15:39:14 CEST 2015


x <- "\u0663"
y <- 3

x == y
# FALSE
rank(c(x, y))
# c(1.5, 1.5)



-- 
http://had.co.nz/



More information about the R-devel mailing list