R Under development (unstable) (2026-01-10 r89298 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(tidygenomics) > > test_check("tidygenomics") # A tibble: 4 × 6 id bla chromosome start end cluster_id 1 1 a chr1 100 150 0 2 2 b chr1 120 250 0 3 3 c chr2 300 350 2 4 4 d chr1 260 450 1 # A tibble: 4 × 3 chromosome start end 1 chr1 1 99 2 chr1 151 199 3 chr1 251 399 4 chr2 1 299 # A tibble: 5 × 11 id.x bla chromosome.x start.x end.x id.y BLA chromosome.y start.y end.y 1 1 a chr1 100 150 2 B chr1 210 240 2 2 b chr1 200 250 1 A chr1 220 225 3 2 b chr1 200 250 2 B chr1 210 240 4 3 c chr2 300 350 4 D chr2 400 415 5 4 d chr3 400 450 NA NA NA # ℹ 1 more variable: distance # A tibble: 2 × 5 id bla chromosome start end 1 1 a chr1 100 109 2 1 a chr1 126 150 # A tibble: 4 × 5 id bla chromosome start end 1 1 a chr1 100 109 2 1 a chr1 131 150 3 2 b chr1 131 160 4 3 c chr1 200 250 [ FAIL 0 | WARN 0 | SKIP 1 | PASS 37 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_issue.R:8:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 37 ] > > proc.time() user system elapsed 4.14 0.50 4.59