R Under development (unstable) (2024-05-20 r86569 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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) Loading required package: vctrs Loading required package: data.table > EGM::set_wfdb_path("/usr/local/bin") > > test_check("EGM") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 44 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-annotation-table.R:3:2', 'test-egm.R:62:2', 'test-ggm.R:31: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:160:2', 'test-wfdb-io.R:199:2', 'test-wfdb-structures.R:3:2', 'test-wfdb-utils.R:3:2' • Skipping (1): 'test-segmentation.R:22:2' • empty test (1): 'test-ggm.R:77:1' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 44 ] > > proc.time() user system elapsed 3.57 0.39 3.95