CRAN Package Check Results for Package stratamatch

Last updated on 2025-11-15 03:50:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.9 7.99 125.61 133.60 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.9 5.88 94.87 100.75 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.9 17.00 194.08 211.08 OK
r-devel-linux-x86_64-fedora-gcc 0.1.9 16.00 193.16 209.16 OK
r-devel-windows-x86_64 0.1.9 12.00 137.00 149.00 OK
r-patched-linux-x86_64 0.1.9 7.75 120.00 127.75 OK
r-release-linux-x86_64 0.1.9 6.23 119.10 125.33 OK
r-release-macos-arm64 0.1.9 4.00 63.00 67.00 OK
r-release-macos-x86_64 0.1.9 7.00 158.00 165.00 OK
r-release-windows-x86_64 0.1.9 8.00 132.00 140.00 OK
r-oldrel-macos-arm64 0.1.9 4.00 61.00 65.00 OK
r-oldrel-macos-x86_64 0.1.9 8.00 108.00 116.00 OK
r-oldrel-windows-x86_64 0.1.9 12.00 166.00 178.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' [13s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(stratamatch) > > test_check("stratamatch") [ FAIL 1 | WARN 4 | SKIP 0 | PASS 283 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-auto_stratify.R:339:3'): auto_stratify with prognostic formula + pilot_fraction works ── dim(x) not equal to c(n_strat, 3). 1/2 mismatches [1] 2 - 4 == -2 Backtrace: ▆ 1. └─stratamatch (local) expect_strata_table_ok(...) at test-auto_stratify.R:339: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