bbolker / broom.mixed

tidy methods for mixed models in R
228 stars 23 forks source link

Fix glance() for brmsfit #146

Closed alyst closed 9 months ago

alyst commented 9 months ago
alyst commented 9 months ago

I think the failures are not related to this PR. I don't see glance.brmsfit-related errors in the logs. Cholesky matrix errors are likely from incompatible R/Matrix versions.

bbolker commented 9 months ago

I agree, I'm trying to fix this via https://github.com/lme4/lme4/issues/756#issuecomment-1799380701

bbolker commented 9 months ago

Thanks. I do now get examples for the brmsfit tidiers taking slightly over 5 seconds on GH actions, but hopefully this won't be a problem ...