Re: [Rd] bug report: nlme model-fitting crashes with R 3.4.0

2017-05-11 Thread Erwan Le Pennec
Dear all, I've stumbled a similar issue with the package cluster when compiling the 3.4.0 version with the settings of Fedora RPM specs. Compiling R with the default setting of configure yields a version that works for cluster... and nlme. I did not find the exact option that was

[Rd] pmin/pmax issue with ordered factors

2016-11-30 Thread Erwan Le Pennec
Dear all, pmin/pmax used to work with ordered factors but fail now since this summer when those functions have tried to handle more cases. A simple way to trigger the issue is: > min(ordered(c(1,5,6))) [1] 1 Levels: 1 < 5 < 6 > pmin(ordered(c(1,5,6)), ordered(c(1,5,6))) Error in `mostattr