R Under development (unstable) (2026-01-08 r89292 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. > # 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(valr) > > test_check("valr") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 18 | PASS 505 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test_bed12_to_exons.r:1:1', 'test_genome.r:29:1', 'test_glyph.r:7:1', 'test_glyph.r:32:1', 'test_glyph.r:46:1', 'test_intersect.r:108:1', 'test_makewindows.r:115:1', 'test_merge.r:60:1', 'test_random.r:25:1', 'test_read_bed.r:61:1', 'test_shuffle.r:50:1', 'test_shuffle.r:76:1', 'test_shuffle.r:88:1', 'test_strands.r:18:1', 'test_stress.r:5:1', 'test_types.r:54:1' • run db tests manually. (2): 'test-db.r:6:3', 'test-db.r:23:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 505 ] > > proc.time() user system elapsed 6.21 0.42 19.67