R Under development (unstable) (2025-09-30 r88885 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 > isoorbi::orbi_check_isoraw(accept_license = TRUE) > test_check("isoorbi") Loading required package: isoorbi [ FAIL 0 | WARN 5 | SKIP 57 | PASS 401 ] ══ 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:539:5', 'test-blocks.R:539:5', 'test-blocks.R:674:5', 'test-blocks.R:674:5', 'test-blocks.R:765: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:65:5', 'test-mapping.R:65:5', 'test-mapping.R:110:5', 'test-mapping.R:110: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:77:3', 'test-plotting.R:112:3', 'test-plotting.R:143:3', 'test-plotting.R:193:3', 'test-plotting.R:236:3', 'test-processing.R:71:5', 'test-processing.R:71:5', 'test-processing.R:113:7', 'test-processing.R:113:7', 'test-processing.R:171:5', 'test-processing.R:171:5', 'test-processing.R:263:5', 'test-processing.R:263:5', 'test-processing.R:270:3', 'test-ratios.R:373:5', 'test-ratios.R:373:5', 'test-ratios.R:380:3', 'test-read-isox.R:37:7', 'test-read-isox.R:37:7', 'test-read-raw.R:88:5', 'test-read-raw.R:88:5', 'test-read-raw.R:108:5', 'test-read-raw.R:108:5', 'test-shotnoise.R:87:3' [ FAIL 0 | WARN 5 | SKIP 57 | PASS 401 ] 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-m-1-and-m-2-only.svg • plotting/spectra-no-peak-labels-no-file-name-no-backgrounds.svg • plotting/spectra-single-spectrum-only.svg • shotnoise/shot-noise-plot-2.svg • shotnoise/shot-noise-plot-3.svg > > proc.time() user system elapsed 45.54 3.71 57.81