CRAN Package Check Results for Package quickmatch

Last updated on 2026-02-22 05:52:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 3.25 33.57 36.82 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 2.54 25.37 27.91 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.3 54.44 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 51.04 OK
r-devel-macos-arm64 0.2.3 1.00 13.00 14.00 OK
r-devel-windows-x86_64 0.2.3 7.00 61.00 68.00 OK
r-patched-linux-x86_64 0.2.3 OK
r-release-linux-x86_64 0.2.3 2.69 28.85 31.54 OK
r-release-macos-arm64 0.2.3 OK
r-release-macos-x86_64 0.2.3 3.00 32.00 35.00 OK
r-release-windows-x86_64 0.2.3 8.00 60.00 68.00 OK
r-oldrel-macos-arm64 0.2.3 OK
r-oldrel-macos-x86_64 0.2.3 3.00 41.00 44.00 OK
r-oldrel-windows-x86_64 0.2.3 9.00 67.00 76.00 OK

Check Details

Version: 0.2.3
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(quickmatch) Loading required package: distances Please cite the `quickmatch` package as: Savje, Fredrik, Michael J. Higgins and Jasjeet S. Sekhon (2017), "Generalized Full Matching", arXiv 1703.03882. https://arxiv.org/abs/1703.03882 > > test_check("quickmatch") Saving _problems/test_quickmatch-240.R Saving _problems/test_quickmatch-242.R Saving _problems/test_quickmatch-243.R [ FAIL 3 | WARN 0 | SKIP 0 | PASS 594 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_quickmatch.R:240:3'): `quickmatch` handles discrete covariates ── Expected `quickmatch(my_distances, my_data$treatment)` to produce warnings. ── Failure ('test_quickmatch.R:241:3'): `quickmatch` handles discrete covariates ── Expected `expect_identical(...)` to produce warnings. ── Failure ('test_quickmatch.R:243:3'): `quickmatch` handles discrete covariates ── Expected `quickmatch(my_distances, my_data$treatment, secondary_unassigned_method = "closest_seed")` to throw a error. [ FAIL 3 | WARN 0 | SKIP 0 | PASS 594 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc