CRAN Package Check Results for Package lmerTest

Last updated on 2015-11-20 00:47:33.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 2.0-29 3.80 278.86 282.66 OK
r-devel-linux-x86_64-fedora-clang 2.0-29 581.28 OK
r-devel-linux-x86_64-fedora-gcc 2.0-29 611.35 OK
r-devel-osx-x86_64-clang 2.0-29 542.31 OK
r-devel-windows-ix86+x86_64 2.0-29 18.00 61.00 79.00 OK --no-examples --no-tests --no-vignettes
r-patched-linux-x86_64 2.0-29 4.11 290.92 295.02 OK
r-patched-solaris-sparc 2.0-29 4545.10 ERROR
r-patched-solaris-x86 2.0-29 809.80 OK
r-release-linux-x86_64 2.0-29 4.09 286.96 291.05 OK
r-release-osx-x86_64-mavericks 2.0-29 OK
r-release-windows-ix86+x86_64 2.0-29 18.00 67.00 85.00 OK --no-examples --no-tests --no-vignettes
r-oldrel-windows-ix86+x86_64 2.0-29 33.00 150.00 183.00 OK --no-examples --no-tests --no-vignettes

Check Details

Version: 2.0-29
Check: tests
Result: ERROR
    Running the tests in ‘tests/testSlopesFactors.R’ failed.
    Last 13 lines of output:
     >
     > ## anova does not work in this case A is not positiv definite - FIXED
     > ## was no a positive definit because of Cv_to_Sv function...?
     > ## SAS seems to work
     > ## still some disagreemants in estimation of deviance, residuals
     > an <- anova(lmer4)
     >
     >
     > TOL <- 1e-3
     > stopifnot(all.equal(an$DenDF, c(61.0403, 36.5587, 67.0312, 68.505,
     + 134.152, 81.2094, 215.628), tol = TOL))
     Error: all.equal(an$DenDF, c(61.0403, 36.5587, 67.0312, 68.505, 134.152, .... is not TRUE
     Execution halted
Flavor: r-patched-solaris-sparc