Re: [Rd] Hard crash of lme4 in R-devel

2024-06-15 Thread Ivan Krylov via R-devel
В Sat, 15 Jun 2024 02:04:31 + "Therneau, Terry M., Ph.D. via R-devel" пишет: > other attached packages: > [1] lme4_1.1-35.1 Matrix_1.7-0 I see you have a new Matrix (1.7-0 from 2024-04-26 with a new ABI) but an older lme4 (1.1-35.1 from 2023-11-05). I reproduced the crash and the giant ba

[Rd] Hard crash of lme4 in R-devel

2024-06-14 Thread Therneau, Terry M., Ph.D. via R-devel
I ran across this by accident when working up an example.It uses a data set from the survival package, but nothing else from there. Fails on the Intel machine shown below, and on a virtual linux instance on a newer Mac. Terry > library(survival) > library(lme4) Loading required package: Ma