Last updated on 2026-06-24 12:50:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.9 | 8.20 | 126.04 | 134.24 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.9 | 6.12 | 92.25 | 98.37 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.9 | 12.00 | 191.79 | 203.79 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 12.00 | 249.21 | 261.21 | OK | |
| r-devel-windows-x86_64 | 0.1.9 | 9.00 | 135.00 | 144.00 | OK | |
| r-patched-linux-x86_64 | 0.1.9 | 8.43 | 118.98 | 127.41 | OK | |
| r-release-linux-x86_64 | 0.1.9 | 7.85 | 119.50 | 127.35 | 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 | 9.00 | 140.00 | 149.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 | 14.00 | 181.00 | 195.00 | ERROR |
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' [14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(stratamatch)
>
> test_check("stratamatch")
Saving _problems/test-auto_stratify-465.R
Saving _problems/test-auto_stratify-477.R
Saving _problems/test-auto_stratify-478.R
[ FAIL 3 | WARN 11 | SKIP 0 | PASS 281 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-auto_stratify.R:465:3'): auto_stratify with logical outcome works ──
Expected `sort(unique(a.strat$analysis_set$stratum))` to equal `1:4`.
Differences:
Lengths differ: 2 is not 4
── Failure ('test-auto_stratify.R:477:3'): auto_stratify with logical outcome works ──
Expected `dim(x)` to equal `c(n_strat, 6)`.
Differences:
1/2 mismatches
[1] 2 - 4 == -2
Backtrace:
▆
1. └─stratamatch (local) expect_issue_table_ok(...) at test-auto_stratify.R:477:3
2. └─testthat::expect_equal(dim(x), c(n_strat, 6)) at test-auto_stratify.R:13:3
── 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] 2 - 4 == -2
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 3 | WARN 11 | SKIP 0 | PASS 281 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64