R Under development (unstable) (2025-10-02 r88897 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(dplyr, warn.conflicts = FALSE) > > # run the tests > test_check("isoorbi") Loading required package: isoorbi [ FAIL 0 | WARN 4 | SKIP 57 | PASS 399 ] ══ Skipped tests (57) ══════════════════════════════════════════════════════════ • On CRAN (57): 'test-aggregation.R:10:5', 'test-aggregation.R:10:5', 'test-aggregation.R:60:5', 'test-aggregation.R:60:5', 'test-aggregation.R:159:5', 'test-aggregation.R:159:5', 'test-aggregation.R:165:3', 'test-blocks.R:535:5', 'test-blocks.R:535:5', 'test-blocks.R:670:5', 'test-blocks.R:670:5', 'test-blocks.R:753:3', 'test-conditions-general.R:27:3', 'test-conditions-general.R:76:7', 'test-conditions-general.R:76:7', 'test-conditions-general.R:139:7', 'test-conditions-general.R:139:7', 'test-conditions-general.R:186:7', 'test-conditions-general.R:186:7', 'test-conditions-general.R:272:7', 'test-conditions-general.R:272:7', 'test-conditions-general.R:307:7', 'test-conditions-general.R:307:7', 'test-helpers-general.R:105:7', 'test-helpers-general.R:105:7', 'test-mapping.R:63:5', 'test-mapping.R:63:5', 'test-mapping.R:123:5', 'test-mapping.R:123:5', 'test-options-general.R:4:3', 'test-options-general.R:64:3', 'test-options-package.R:24:5', 'test-options-package.R:24:5', 'test-plotting.R:65:3', 'test-plotting.R:92:3', 'test-plotting.R:119:3', 'test-plotting.R:165:3', 'test-plotting.R:208:3', 'test-processing.R:67:5', 'test-processing.R:67:5', 'test-processing.R:109:7', 'test-processing.R:109:7', 'test-processing.R:167:5', 'test-processing.R:167:5', 'test-processing.R:267:5', 'test-processing.R:267:5', 'test-processing.R:274:3', 'test-ratios.R:365:5', 'test-ratios.R:365:5', 'test-ratios.R:372:3', 'test-read-isox.R:37:7', 'test-read-isox.R:37:7', 'test-read-raw.R:86:5', 'test-read-raw.R:86:5', 'test-read-raw.R:106:5', 'test-read-raw.R:106:5', 'test-shotnoise.R:79:3' [ FAIL 0 | WARN 4 | SKIP 57 | PASS 399 ] Deleting unused snapshots: • plotting/raw-data-ratio-plot.svg • plotting/spectra-1-scan.svg • plotting/spectra-all-but-without-unknown-peaks.svg • plotting/spectra-base-peak-spectrum-only.svg • plotting/spectra-defaults-off.svg • plotting/spectra-m-1-and-m-2-only.svg • plotting/spectra-single-spectrum-only.svg • shotnoise/shot-noise-plot-2.svg • shotnoise/shot-noise-plot-3.svg > > proc.time() user system elapsed 26.68 1.73 27.81