R version 4.4.0 alpha (2024-04-07 r86351 ucrt) 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 6 | PASS 268 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-plot.R:8:3', 'test-plot.R:32:3', 'test-plot.R:45:5', 'test-plot.R:61:3', 'test-plot.R:83:3', 'test-plot.R:102:5' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 268 ] 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-rate.svg > > proc.time() user system elapsed 6.82 12.92 19.75