Last updated on 2026-09-18 01:51:48 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 15.41 | 420.96 | 436.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 9.11 | 275.15 | 284.26 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 10.00 | 202.47 | 212.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 9.00 | 248.10 | 257.10 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 18.00 | 362.00 | 380.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 14.30 | 345.58 | 359.88 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 11.81 | 351.15 | 362.96 | OK | |
| r-release-macos-arm64 | 1.0.1 | 4.00 | 82.00 | 86.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 11.00 | 389.00 | 400.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 21.00 | 349.00 | 370.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 4.00 | 84.00 | 88.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 11.00 | 328.00 | 339.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 23.00 | 451.00 | 474.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [153s/182s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(joinery)
>
> test_check("joinery")
Saving _problems/test_methods_duckdb-108.R
<joinery::Search_Preparer>
Column: name
Steps:
- 1: normalize_text()
<joinery::Search_Preparer>
Column: name
Steps:
- 1: word_tokens(min_nchar = 3)
<joinery::Search_Preparer>
Column: name
Steps:
- 1: generate_ngrams(2)
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 2271 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test_audit_strategy.R:391:1', 'test_sample_matches.R:353:1',
'test_summarise_matches.R:290:1', 'test_summarise_matches.R:296:1'
• recipes installed (1): 'test_tidymodels_shim.R:51:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_methods_duckdb.R:108:3'): DuckDB backend matches data.table backend for duplicate detection ──
Expected `nrow(duck_res)` to equal `nrow(dt_res)`.
Differences:
1/1 mismatches
[1] 562 - 564 == -2
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 2271 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc