Re: [Rd] Bug in order function

2018-05-19 Thread peter dalgaard
This caught my eye way late and only because of the Apple Mail random-scrollbag bug! However it is still not fixed in 3.5.0 and as you say, it should be easy. (Notice that you need to look at the last SO responses, the first 4 are useless...) The cause of the trouble seems to be that if decrea

[Rd] Bug in order function

2017-09-14 Thread Karl Nordström
Dear R-devel(opers), I wanted to draw your attention to a small problem with the order function in base. According to the documentation, radix sort supports different orders for each argument. This breaks when one of the arguments is an object. Please have a look to this stackoverflow questi