Closed nicolaycunha closed 2 years ago
This is proximally due to the addition of rank-checking in glmmTMB. Reverting to an older version of glmmTMB could work around it, as could (possibly) adding control = glmmTMBControl(rank_check = "skip")
, but I'm also looking at the plumbing some more ...
Thanks @bbolker, indeed reverting to the previous version of glmmTMB
worked fine, but setting the control = glmmTMBControl(rank_check = "skip")
in the latest version did not.
In any case, I can now run my models smoothly.
Cheers! Nicolay
Hi again,
The package was running fine until I updated my R and related packages, thus I have been receiving the below error when running the same models that used to work fine before:
I have already reinstalled the package
glmmTMB
by usingremotes::install_github("glmmTMB/glmmTMB/glmmTMB")
, but the error persists.Perhaps any issue with matrix coercion within
TMB
?Below is my
sessionInfo()
Many thanks! Nicolay