R Under development (unstable) (2024-01-23 r85822 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) > suite <- Sys.getenv("TEST_SUITE") > if(suite=="")suite <- NULL > test_check("PeakSegJoint", filter=suite) Loading required package: PeakSegJoint bin.factor=2 peaks=3 bin.factor=2 peaks=4 bin.factor=3 peaks=3 bin.factor=3 peaks=4 bin.factor=5 peaks=3 bin.factor=5 peaks=4 [1] "McGill0023" "McGill0022" "McGill0019" "McGill0036" "McGill0037" [6] "McGill0012" "McGill0013" "McGill0016" [1] 38045503 38105965 [ FAIL 0 | WARN 2 | SKIP 2 | PASS 307 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test-CRAN-binSum.R:168:1', 'test-CRAN-no-zeros.R:56:1' [ FAIL 0 | WARN 2 | SKIP 2 | PASS 307 ] > > proc.time() user system elapsed 38.15 1.76 39.90