Last updated on 2026-06-07 09:52:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 3.27 | 32.68 | 35.95 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 2.53 | 25.04 | 27.57 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 52.23 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 5.00 | 51.02 | 56.02 | OK | |
| r-devel-windows-x86_64 | 0.2.3 | 7.00 | 62.00 | 69.00 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 3.51 | 29.06 | 32.57 | OK | |
| r-release-linux-x86_64 | 0.2.3 | 2.90 | 29.18 | 32.08 | OK | |
| r-release-macos-arm64 | 0.2.3 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 0.2.3 | 4.00 | 50.00 | 54.00 | OK | |
| r-release-windows-x86_64 | 0.2.3 | 7.00 | 60.00 | 67.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.3 | 3.00 | 32.00 | 35.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.3 | 8.00 | 70.00 | 78.00 | OK |
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_lm_match-225.R
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 594 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_lm_match.R:225:3'): `lm_match` vanilla ─────────────────────────
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_silent(...) at test_lm_match.R:225:3
2. └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. └─testthat (local) .capture(...)
4. └─withr::with_output_sink(...)
5. └─withr:::set_output_sink(file = new, append = append, split = split)
6. └─withr:::output_sink(file = file, append = append, split = split)
7. └─base::sink(file = file, append = append, type = "output", split = split)
8. └─base::file(file, if (append) "a" else "w")
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 594 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc