R Under development (unstable) (2025-10-10 r88914 ucrt) -- "Unsuffered Consequences" 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(EGM) Attaching package: 'EGM' The following object is masked from 'package:stats': window > EGM::set_wfdb_path("/usr/local/bin") > > test_check("EGM") Scale for colour is already present. Adding another scale for colour, which will replace the existing scale. Scale for colour is already present. Adding another scale for colour, which will replace the existing scale. Scale for colour is already present. Adding another scale for colour, which will replace the existing scale. Scale for colour is already present. Adding another scale for colour, which will replace the existing scale. Scale for colour is already present. Adding another scale for colour, which will replace the existing scale. Scale for colour is already present. Adding another scale for colour, which will replace the existing scale. Scale for colour is already present. Adding another scale for colour, which will replace the existing scale. [ FAIL 0 | WARN 0 | SKIP 23 | PASS 103 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-annotation-table.R:3:2', 'test-egm.R:62:2', 'test-fwave.R:5:2', 'test-fwave.R:24:2', 'test-fwave.R:67:2', 'test-ggm.R:28:2', 'test-segmentation.R:3:2', 'test-segmentation.R:32:2', 'test-segmentation.R:82:2', 'test-segmentation.R:102:2', 'test-wfdb-annotation.R:3:2', 'test-wfdb-annotation.R:23:2', 'test-wfdb-annotation.R:43:2', 'test-wfdb-io.R:5:2', 'test-wfdb-io.R:27:2', 'test-wfdb-io.R:61:2', 'test-wfdb-io.R:159:2', 'test-wfdb-io.R:198:2', 'test-wfdb-structures.R:3:2', 'test-wfdb-utils.R:3:2', 'test-window.R:3:2', 'test-window.R:28:2' • Skipping (1): 'test-segmentation.R:22:2' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 103 ] > > proc.time() user system elapsed 6.45 0.50 6.93