Re: [Rd] quantile() type 1 for some ordered factors in R-devel

2020-05-18 Thread Trang Le
bit surprised that this change is being made on a minor release. Best, Trang Le On Mon, May 18, 2020 at 12:36 PM Tobias Rockel wrote: > Hi, > > In R-devel (2020-05-17 r78478) quantile() type 1 seems to behave a little > bit strange for some ordered factors: > quantile(factor(1:3

Re: [Rd] quantile() type 1 for some ordered factors in R-devel

2020-05-20 Thread Trang Le
Hi Kurt, Thank you for fixing quantile(). However, do you think c.factor() can potentially break more functions? For example, with this new change, classification from the partykit package using predict() comes back NA because of this: https://github.com/cran/partykit/blob/597245ef3dfc98411ce919b