R version 4.5.0 beta (2025-03-27 r88067 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 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(chromConverter) > > test_check("chromConverter") [ FAIL 0 | WARN 0 | SKIP 46 | PASS 87 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • On CRAN (44): 'test-extra.R:5:3', 'test-extra.R:63:3', 'test-extra.R:89:3', 'test-extra.R:130:3', 'test-extra.R:151:3', 'test-extra.R:178:3', 'test-extra.R:216:3', 'test-extra.R:245:3', 'test-extra.R:279:3', 'test-extra.R:308:3', 'test-extra.R:334:3', 'test-extra.R:355:3', 'test-extra.R:392:3', 'test-extra.R:438:3', 'test-extra.R:458:3', 'test-extra.R:490:3', 'test-extra.R:513:3', 'test-extra.R:534:3', 'test-extra.R:563:3', 'test-extra.R:582:3', 'test-extra.R:627:3', 'test-extra.R:659:3', 'test-extra.R:706:3', 'test-extra.R:723:3', 'test-extra.R:796:3', 'test-extra.R:826:3', 'test-extra.R:846:3', 'test-extra.R:864:3', 'test-extra.R:887:3', 'test-extra.R:900:3', 'test-extra.R:914:3', 'test-extra.R:943:3', 'test-extra.R:973:3', 'test-extra.R:993:3', 'test-extra.R:1031:3', 'test-extra.R:1090:3', 'test-extra.R:1118:3', 'test-extra.R:1141:3', 'test-extra.R:1163:3', 'test-read_chroms.R:96:3', 'test-read_chroms.R:144:3', 'test-read_chroms.R:227:3', 'test-read_chroms.R:239:3', 'test_utils.R:2:3' • required packages scipy not available for testing (2): 'test-read_chroms.R:168:3', 'test-read_chroms.R:203:3' [ FAIL 0 | WARN 0 | SKIP 46 | PASS 87 ] > > proc.time() user system elapsed 9.71 0.59 32.95