Last updated on 2026-05-20 13:51:18 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.9 | 6.25 | 123.23 | 129.48 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.9 | 5.83 | 91.01 | 96.84 | ERROR | |
| 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 | 198.02 | 210.02 | OK | |
| r-devel-windows-x86_64 | 0.1.9 | 11.00 | 138.00 | 149.00 | OK | |
| r-patched-linux-x86_64 | 0.1.9 | 8.41 | 118.25 | 126.66 | OK | |
| r-release-linux-x86_64 | 0.1.9 | 7.64 | 118.03 | 125.67 | 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 | 139.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 | 14.00 | 174.00 | 188.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/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(stratamatch)
>
> test_check("stratamatch")
Saving _problems/test-auto_stratify-339.R
[ 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 ──
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: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-devel-linux-x86_64-debian-gcc