R Under development (unstable) (2025-11-15 r89024 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. > # 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 1467 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-backwards_compatibility.R:7:1', 'test-backwards_compatibility.R:68:1', 'test-backwards_compatibility.R:127:1', 'test-plotBiomassObservedVsModel.R:1:1', 'test-plotYieldObservedVsModel.R:1:1', 'test-plots.R:27:1', 'test-project.R:220:1', 'test-project_methods.R:82:1', 'test-project_methods.R:141:1', 'test-project_methods.R:162:1', 'test-project_methods.R:236:1', 'test-project_methods.R:259:1', 'test-project_methods.R:315:1', 'test-project_methods.R:401:1', 'test-project_methods.R:429:1', 'test-project_methods.R:458:1', 'test-project_methods.R:480:1', 'test-project_methods.R:506:1', 'test-project_methods.R:530:1', 'test-project_methods.R:566:5', 'test-steady.R:43:1', 'test-summary_methods.R:112:1', 'test-summary_methods.R:139:1', 'test-summary_methods.R:175:1', 'test-summary_methods.R:186:1', 'test-summary_methods.R:203:1', 'test-summary_methods.R:219:1', 'test-summary_methods.R:278:5', 'test-summary_methods.R:310:1', 'test-summary_methods.R:318:1', 'test-summary_methods.R:326:1' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 1467 ] > > proc.time() user system elapsed 86.21 6.14 92.57