R Under development (unstable) (2025-10-22 r88968 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(sdbuildR) Attaching package: 'sdbuildR' The following objects are masked from 'package:stats': simulate, step The following object is masked from 'package:utils': debugger > > test_check("sdbuildR") Potentially problematic: * These variables have an equation of 0: - Recovered No problems detected! Potentially problematic: Problems: Potentially problematic: * Your model has no flows. No problems detected! Potentially problematic: No problems detected! Potentially problematic: Problems: Potentially problematic: * Your model has no flows. No problems detected! Potentially problematic: Problems: Potentially problematic: * Your model has no flows. * These variables have an equation of 0: - a Problems: Potentially problematic: * Your model has no flows. * These variables have an equation of 0: - a Your model contains: * 3 Stocks: Susceptible, Infected, Recovered * 2 Flows: Infection_Rate, Recovery_Rate * 4 Constants: Beta, Total_Population, Effective_Contact_Rate, Delay * 1 Auxiliaries: Lambda * 0 Graphical Functions * 0 Custom model units * 0 Macros Simulation time: 0.0 to 20.0 weeks (dt = 0.01) Simulation settings: solver euler in R This model uses an earlier version of Insight Maker (36), in which links were bi-directional by default. This may cause issues in translating the model. Please choose 'Clone Insight' in Insight Maker, and provide the URL to the updated model. This model uses an earlier version of Insight Maker (36), in which links were bi-directional by default. This may cause issues in translating the model. Please choose 'Clone Insight' in Insight Maker, and provide the URL to the updated model. This model uses an earlier version of Insight Maker (36), in which links were bi-directional by default. This may cause issues in translating the model. Please choose 'Clone Insight' in Insight Maker, and provide the URL to the updated model. This model uses an earlier version of Insight Maker (36), in which links were bi-directional by default. This may cause issues in translating the model. Please choose 'Clone Insight' in Insight Maker, and provide the URL to the updated model. Julia environment not instantiated. Run: install_julia_env() [ FAIL 0 | WARN 0 | SKIP 30 | PASS 941 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-assemble_script_julia.R:4:3', 'test-assemble_script_julia.R:29:3', 'test-assemble_script_julia.R:53:3', 'test-assemble_script_julia.R:86:3', 'test-assemble_script_julia.R:102:3', 'test-assemble_script_julia.R:191:3', 'test-assemble_script_julia.R:213:3', 'test-assemble_script_julia.R:230:3', 'test-assemble_script_julia.R:253:3', 'test-assemble_script_julia.R:267:3', 'test-conv_julia.R:245:3', 'test-custom_func.R:114:3', 'test-custom_func.R:186:3', 'test-custom_func.R:306:3', 'test-custom_func.R:383:3', 'test-custom_func.R:442:3', 'test-ensemble.R:2:3', 'test-ensemble.R:141:3', 'test-ensemble.R:168:3', 'test-ensemble.R:278:3', 'test-ensemble.R:303:3', 'test-ensemble.R:342:3', 'test-ensemble.R:388:3', 'test-insightmaker_to_sfm.R:3:3', 'test-insightmaker_to_sfm.R:141:3', 'test-julia_vs_r.R:2:3', 'test-julia_vs_r.R:161:3', 'test-simulate.R:76:3', 'test-use_julia.R:11:3', 'test-visualise.R:2:3' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 941 ] > > proc.time() user system elapsed 82.84 2.62 86.12