CRAN Package Check Results for Package BradleyTerry2

Last updated on 2026-09-18 01:51:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.3 10.40 105.70 116.10 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.3 7.40 78.42 85.82 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.3 77.46 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.3 81.48 NOTE
r-devel-windows-x86_64 1.1.3 13.00 120.00 133.00 NOTE
r-patched-linux-x86_64 1.1.3 10.83 96.69 107.52 OK
r-release-linux-x86_64 1.1.3 10.30 94.70 105.00 OK
r-release-macos-arm64 1.1.3 3.00 30.00 33.00 OK
r-release-macos-x86_64 1.1.3 8.00 118.00 126.00 OK
r-release-windows-x86_64 1.1.3 12.00 114.00 126.00 OK
r-oldrel-macos-arm64 1.1.3 OK
r-oldrel-macos-x86_64 1.1.3 7.00 139.00 146.00 OK
r-oldrel-windows-x86_64 1.1.3 16.00 139.00 155.00 OK

Check Details

Version: 1.1.3
Check: R code for possible problems
Result: NOTE Found calls to structure() using deprecated special names: BradleyTerry2/data/CEMS.R (.Label: 10, .Names: 4) BradleyTerry2/data/chameleons.R (.Names: 4, .Label: 2) BradleyTerry2/data/citations.R (.Dim: 1, .Dimnames: 1, .Names: 1) BradleyTerry2/data/icehockey.R (.Label: 3, .Names: 1) BradleyTerry2/data/seeds.R (.Names: 1) BradleyTerry2/data/sound.fields.R (.Label: 6, .Dim: 3, .Dimnames: 3, .Names: 3) BradleyTerry2/data/springall.R (.Names: 3, .Label: 2) '.Label' should be changed to 'levels'. '.Names' should be changed to 'names'. '.Dim' should be changed to 'dim'. '.Dimnames' should be changed to 'dimnames'. 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-windows-x86_64

Version: 1.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(BradleyTerry2) > > test_check("BradleyTerry2") Saving _problems/test-nested-47.R [ FAIL 1 | WARN 2 | SKIP 0 | PASS 56 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-nested.R:45:5'): nested call to BTm works ──────────────────── `res` has changed from known value recorded in 'outputs/nested.rds'. Component "control": Length mismatch: comparison on first 3 components [ FAIL 1 | WARN 2 | SKIP 0 | PASS 56 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc