R Under development (unstable) (2024-10-01 r87205 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. > if(require(testthat)){ + suite <- Sys.getenv("TEST_SUITE") + if(suite=="")suite <- NULL + test_check("PeakSegJoint", filter=suite) + } Loading required package: testthat Loading required package: PeakSegJoint bin.factor=3 peaks=3 bin.factor=3 peaks=4 bin.factor=5 peaks=3 bin.factor=5 peaks=4 bin.factor=7 peaks=3 bin.factor=7 peaks=4 [1] "McGill0023" "McGill0022" "McGill0019" "McGill0036" "McGill0037" [6] "McGill0012" "McGill0013" "McGill0016" [1] 38045503 38105965 [ FAIL 0 | WARN 0 | SKIP 1 | PASS 170 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-CRAN-binSum.R:168:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 170 ] > > proc.time() user system elapsed 23.06 0.82 23.90