CRAN Package Check Results for Package stratamatch

Last updated on 2026-05-13 09:51:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.9 7.42 124.36 131.78 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.9 5.56 92.28 97.84 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.9 14.00 205.66 219.66 OK
r-devel-linux-x86_64-fedora-gcc 0.1.9 12.00 201.84 213.84 OK
r-devel-windows-x86_64 0.1.9 11.00 140.00 151.00 OK
r-patched-linux-x86_64 0.1.9 8.70 118.29 126.99 OK
r-release-linux-x86_64 0.1.9 7.95 117.21 125.16 OK
r-release-macos-arm64 0.1.9 2.00 37.00 39.00 OK
r-release-macos-x86_64 0.1.9 5.00 142.00 147.00 OK
r-release-windows-x86_64 0.1.9 10.00 138.00 148.00 OK
r-oldrel-macos-arm64 0.1.9 OK
r-oldrel-macos-x86_64 0.1.9 5.00 160.00 165.00 OK
r-oldrel-windows-x86_64 0.1.9 12.00 168.00 180.00 ERROR

Check Details

Version: 0.1.9
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Rachael C. Aikens <rockyaikens@gmail.com>’ Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.9
Check: tests
Result: ERROR Running 'testthat.R' [12s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(stratamatch) > > test_check("stratamatch") Saving _problems/test-auto_stratify-478.R [ FAIL 1 | WARN 4 | SKIP 0 | PASS 283 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-auto_stratify.R:478:3'): auto_stratify with logical outcome works ── Expected `dim(x)` to equal `c(n_strat, 3)`. Differences: 1/2 mismatches [1] 3 - 4 == -1 Backtrace: ▆ 1. └─stratamatch (local) expect_strata_table_ok(...) at test-auto_stratify.R:478:3 2. └─testthat::expect_equal(dim(x), c(n_strat, 3)) at test-auto_stratify.R:36:3 [ FAIL 1 | WARN 4 | SKIP 0 | PASS 283 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64