R Under development (unstable) (2024-09-21 r87186 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(gamma) > > test_check("gamma") [ FAIL 0 | WARN 0 | SKIP 7 | PASS 317 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-doserate.R:81:3', 'test-plot.R:8:3', 'test-plot.R:34:3', 'test-plot.R:52:5', 'test-plot.R:68:3', 'test-plot.R:90:3', 'test-plot.R:109:5' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 317 ] Deleting unused snapshots: • plot/baseline-correct-count.svg • plot/baseline-correct-rate.svg • plot/baseline-rate.svg • plot/baseline-spectrum.svg • plot/baselines-correct-count.svg • plot/baselines-correct-rate.svg • plot/baselines-rate.svg • plot/gg-calib-bar-false.svg • plot/gg-calib-bar-true.svg • plot/gg-calib-ellipse-false.svg • plot/gg-calib-energy-false.svg • plot/gg-calib-energy-true.svg • plot/spectra-facet-false.svg • plot/spectrum-count.svg • plot/spectrum-energy.svg • plot/spectrum-peaks-observed.svg • plot/spectrum-rate.svg > > proc.time() user system elapsed 7.51 12.06 19.56