R Under development (unstable) (2024-03-08 r86070 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(mizer) > > test_check("mizer") [ FAIL 0 | WARN 0 | SKIP 5 | PASS 1261 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-age_mat.R:4:3', 'test-plotBiomassObservedVsModel.R:53:1', 'test-plotYieldObservedVsModel.R:53:5', 'test-plots.R:29:1', 'test-steady.R:56:5' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 1261 ] Deleting unused snapshots: • plots/plot-diet.svg • plots/plot-feeding-level-critical.svg • plots/plot-feeding-level.svg • plots/plot-single-growth-curve.svg • plots/plot-spectra.svg • plots/plot-yield-by-gear.svg • plots/plot-yield.svg • plots/plotfishing-mortality.svg • plots/plotfmort-truncated.svg • plots/plotpredation-mortality.svg • plots/plotpredmort-truncated.new.svg • plots/plotpredmort-truncated.svg > > proc.time() user system elapsed 29.92 2.09 32.01