Last updated on 2025-02-19 09:50:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.9.6 | 9.16 | 152.70 | 161.86 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.9.6 | 6.43 | 105.23 | 111.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.9.6 | 282.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.9.6 | 268.12 | ERROR | |||
r-devel-macos-arm64 | 0.2.9.6 | 72.00 | OK | |||
r-devel-macos-x86_64 | 0.2.9.6 | 153.00 | NOTE | |||
r-devel-windows-x86_64 | 0.2.9.6 | 9.00 | 163.00 | 172.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.9.6 | 9.27 | 144.37 | 153.64 | NOTE | |
r-release-linux-x86_64 | 0.2.9.6 | 8.65 | 143.16 | 151.81 | NOTE | |
r-release-macos-arm64 | 0.2.9.6 | 71.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.9.6 | 128.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.9.6 | 9.00 | 160.00 | 169.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.9.6 | 72.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.9.6 | 118.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.9.6 | 12.00 | 214.00 | 226.00 | NOTE |
Version: 0.2.9.6
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘glmm_tidiers.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64, r-devel-windows-x86_64
Version: 0.2.9.6
Check: tests
Result: ERROR
Running ‘test-all.R’ [110s/146s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> Sys.setenv("R_TESTS" = "")
> library(testthat)
> test_check("broom.mixed")
Loading required package: broom.mixed
GAMLSS-RS iteration 1: Global Deviance = 4771.925
GAMLSS-CG iteration 1: Global Deviance = 4771.013
GAMLSS-CG iteration 2: Global Deviance = 4770.994
GAMLSS-CG iteration 3: Global Deviance = 4770.994
[ FAIL 6 | WARN 1219 | SKIP 1 | PASS 282 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-rstanarm.R:36:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-lme4.R:199:5'): effects='ran_pars' + conf.int works ──────────
as.data.frame(tt0) not equal to as.data.frame(tt).
Component "conf.low": 'is.NA' value mismatch: 2 in current 0 in target
Component "conf.high": 'is.NA' value mismatch: 2 in current 0 in target
── Failure ('test-lme4.R:213:5'): conf intervals for ranef in correct order ────
cor_vals$conf.low > (-1) && cor_vals$conf.high < 1 is not TRUE
`actual`: <NA>
`expected`: TRUE
── Failure ('test-lmertest.R:8:5'): testing lmerTest p-values ──────────────────
td$df not equal to c(17, 17).
2/2 mismatches (average diff: 49.9)
[1] 18.1 - 17 == 1.15
[2] 115.7 - 17 == 98.69
── Failure ('test-lmertest.R:34:7'): Wald t intervals ──────────────────────────
tmpf("Satterthwaite") not equal to c(231.320558648089, 271.015491535434).
2/2 mismatches (average diff: 3.81)
[1] 235 - 231 == 4.01
[2] 267 - 271 == -3.61
── Failure ('test-lmertest.R:35:7'): Wald t intervals ──────────────────────────
tmpf("lme4") not equal to c(232.327411469392, 270.008638714131).
2/2 mismatches (average diff: 3.17)
[1] 236 - 232 == 3.37
[2] 267 - 270 == -2.97
── Failure ('test-lmertest.R:36:7'): Wald t intervals ──────────────────────────
tmpf("Kenward-Roger") not equal to c(231.331769141079, 271.004281042444).
2/2 mismatches (average diff: 3.5)
[1] 235 - 231 == 3.70
[2] 268 - 271 == -3.31
[ FAIL 6 | WARN 1219 | SKIP 1 | PASS 282 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.9.6
Check: tests
Result: ERROR
Running ‘test-all.R’ [98s/126s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> Sys.setenv("R_TESTS" = "")
> library(testthat)
> test_check("broom.mixed")
Loading required package: broom.mixed
GAMLSS-RS iteration 1: Global Deviance = 4771.925
GAMLSS-CG iteration 1: Global Deviance = 4771.013
GAMLSS-CG iteration 2: Global Deviance = 4770.994
GAMLSS-CG iteration 3: Global Deviance = 4770.994
[ FAIL 6 | WARN 1219 | SKIP 1 | PASS 282 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-rstanarm.R:36:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-lme4.R:199:5'): effects='ran_pars' + conf.int works ──────────
as.data.frame(tt0) not equal to as.data.frame(tt).
Component "conf.low": 'is.NA' value mismatch: 2 in current 0 in target
Component "conf.high": 'is.NA' value mismatch: 2 in current 0 in target
── Failure ('test-lme4.R:213:5'): conf intervals for ranef in correct order ────
cor_vals$conf.low > (-1) && cor_vals$conf.high < 1 is not TRUE
`actual`: <NA>
`expected`: TRUE
── Failure ('test-lmertest.R:8:5'): testing lmerTest p-values ──────────────────
td$df not equal to c(17, 17).
2/2 mismatches (average diff: 49.9)
[1] 18.1 - 17 == 1.15
[2] 115.7 - 17 == 98.69
── Failure ('test-lmertest.R:34:7'): Wald t intervals ──────────────────────────
tmpf("Satterthwaite") not equal to c(231.320558648089, 271.015491535434).
2/2 mismatches (average diff: 3.81)
[1] 235 - 231 == 4.01
[2] 267 - 271 == -3.61
── Failure ('test-lmertest.R:35:7'): Wald t intervals ──────────────────────────
tmpf("lme4") not equal to c(232.327411469392, 270.008638714131).
2/2 mismatches (average diff: 3.17)
[1] 236 - 232 == 3.37
[2] 267 - 270 == -2.97
── Failure ('test-lmertest.R:36:7'): Wald t intervals ──────────────────────────
tmpf("Kenward-Roger") not equal to c(231.331769141079, 271.004281042444).
2/2 mismatches (average diff: 3.5)
[1] 235 - 231 == 3.70
[2] 268 - 271 == -3.31
[ FAIL 6 | WARN 1219 | SKIP 1 | PASS 282 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.9.6
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘glmmADMB’
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.2.9.6
Check: installed package size
Result: NOTE
installed size is 5.4Mb
sub-directories of 1Mb or more:
extdata 5.0Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64