easystats / modelbased

:chart_with_upwards_trend: Estimate effects, contrasts and means based on statistical models
https://easystats.github.io/modelbased/
GNU General Public License v3.0
232 stars 19 forks source link

estimate_expectation truncated_poisson glmmTMB bug #217

Closed mebrooks closed 1 year ago

mebrooks commented 1 year ago

I was running checks for a new glmmTMB CRAN release and found that R crashes when running estimate_expectation on a model with the truncated_poisson family as in test-glmmTMB.R. It may have been caused by this commit where we changed how predictions are made for truncated families.

strengejacke commented 1 year ago

Thanks, what is your expected time schedule for submitting glmmTMB to CRAN?

mebrooks commented 1 year ago

I'm running the rest of the checks today. We were hoping to submit any day now, but I want to give you some chance to fix the problem.

strengejacke commented 1 year ago

Is there a specific glmmTMB-branch we can use to check, or can we just download from GitHub master/main?

mebrooks commented 1 year ago

Sorry, I didn't see an email when you asked. The master branch is the same as we plan to submit except for incrementing the version number.

mebrooks commented 1 year ago

Fixed with https://github.com/glmmTMB/glmmTMB/pull/876