R Under development (unstable) (2025-05-30 r88253 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. > # The setting of R_TESTS exists to work around an R bug. See > # https://github.com/hadley/testthat/issues/144 > # We should remove it when the issue is resolved. > Sys.setenv(R_TESTS = "") > library(testthat) > library(DAISIE) > > test_check("DAISIE") [ FAIL 0 | WARN 0 | SKIP 27 | PASS 747 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (4): 'test-DAISIE_ML1.R:72:3', 'test-DAISIE_ML2.R:44:3', 'test-DAISIE_ML4.R:23:3', 'test-DAISIE_loglik_IW_solver.R:3:3' • Parallel code cannot be tested automatically. Run it manually. (1): 'test-DAISIE_MW_ML.R:140:3' • Plots: Run and manually inspect output (4): 'test-DAISIE_plot_sims.R:2:3', 'test-DAISIE_plot_sims.R:12:3', 'test-DAISIE_plot_sims.R:22:3', 'test-DAISIE_plot_stt.R:2:3' • Run only on CI (11): 'test-DAISIE_ML1.R:4:3', 'test-DAISIE_ML2.R:2:3', 'test-DAISIE_MW_ML.R:2:3', 'test-DAISIE_loglik_IW_solver.R:50:3', 'test-integration_DAISIE.R:63:3', 'test-integration_DAISIE.R:103:3', 'test-integration_DAISIE.R:142:3', 'test-integration_DAISIE.R:196:3', 'test-integration_DAISIE.R:247:13', 'test-integration_DAISIE.R:265:13', 'test-integration_DAISIE.R:460:3' • Takes too long and produces DLSODES warnings (1): 'test-DAISIE_ML4.R:2:3' • Takes too long to run; run it only locally (1): 'test-DAISIE_MW_ML.R:75:3' • Too slow to run (4): 'test-DAISIE_ML_CS.R:2:3', 'test-DAISIE_ML_CS.R:21:3', 'test-DAISIE_sim_MW.R:3:3', 'test-rosenbrock_abm1_steppers.R:2:3' • WIP (1): 'test-DAISIE_ML_CS.R:39:3' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 747 ] > > proc.time() user system elapsed 209.37 4.71 220.37