R Under development (unstable) (2024-10-14 r87233 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(mizer) > > test_check("mizer") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 1259 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-age_mat.R:2:3', 'test-backwards_compatibility.R:22:3', 'test-backwards_compatibility.R:83:3', 'test-backwards_compatibility.R:142:3', 'test-plotBiomassObservedVsModel.R:58:1', 'test-plotYieldObservedVsModel.R:53:5', 'test-plots.R:31:1', 'test-project.R:226:3', 'test-project_methods.R:94:5', 'test-project_methods.R:150:5', 'test-project_methods.R:172:5', 'test-project_methods.R:247:5', 'test-project_methods.R:306:5', 'test-project_methods.R:347:5', 'test-project_methods.R:417:5', 'test-project_methods.R:446:5', 'test-project_methods.R:474:5', 'test-project_methods.R:494:5', 'test-project_methods.R:518:5', 'test-project_methods.R:537:5', 'test-steady.R:55:5', 'test-summary_methods.R:135:5', 'test-summary_methods.R:171:5', 'test-summary_methods.R:180:5', 'test-summary_methods.R:196:5', 'test-summary_methods.R:213:5', 'test-summary_methods.R:260:5', 'test-summary_methods.R:268:5', 'test-summary_methods.R:311:5', 'test-summary_methods.R:319:5', 'test-summary_methods.R:327:5' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 1259 ] 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 > > proc.time() user system elapsed 40.15 3.31 43.50