[R-pkg-team] Bug#980809: rmatrix: breaks autopkgtest of r-cran-glmmtmb on s390x
    Graham Inggs 
    ginggs at debian.org
       
    Sun Feb 14 10:00:30 GMT 2021
    
    
  
glmmTMB upstream came up with a minimal reproducer (see forwarded bug):
stopifnot(require("testthat"),
          require("glmmTMB"),
          require("lme4"))
data("Orthodont", package="nlme")
fm1 <- glmmTMB(distance ~ age + (age|Subject), data = Orthodont)
I can confirm this fails on the s390x porterbox using our packages
from unstable.
Is it possible to try this using packages from R / CRAN?
    
    
More information about the R-pkg-team
mailing list