Last updated on 2026-03-14 01:52:10 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.9 | 8.38 | 125.33 | 133.71 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.9 | 5.83 | 90.95 | 96.78 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.9 | 13.00 | 199.35 | 212.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 12.00 | 190.51 | 202.51 | OK | |
| r-devel-macos-arm64 | 0.1.9 | 2.00 | 37.00 | 39.00 | OK | |
| r-devel-windows-x86_64 | 0.1.9 | 12.00 | 139.00 | 151.00 | OK | |
| r-patched-linux-x86_64 | 0.1.9 | 7.93 | 113.83 | 121.76 | OK | |
| r-release-linux-x86_64 | 0.1.9 | 6.87 | 115.48 | 122.35 | OK | |
| r-release-macos-arm64 | 0.1.9 | OK | ||||
| r-release-macos-x86_64 | 0.1.9 | 5.00 | 160.00 | 165.00 | OK | |
| r-release-windows-x86_64 | 0.1.9 | 10.00 | 151.00 | 161.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.9 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.9 | 5.00 | 111.00 | 116.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.9 | 14.00 | 172.00 | 186.00 | OK |
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’ [8s/10s]
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: 1 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] 1 - 4 == -3
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] 1 - 4 == -3
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-devel-linux-x86_64-debian-gcc