R Under development (unstable) (2025-02-04 r87685 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 36 | PASS 710 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test-DAISIE_loglik_CS.R:51:3' • Parallel code cannot be tested automatically. Run it manually. (1): 'test-DAISIE_MW_ML.R:62: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 (24): 'test-DAISIE_ML1.R:4:3', 'test-DAISIE_ML1.R:71:3', 'test-DAISIE_ML2.R:2:3', 'test-DAISIE_ML2.R:49:3', 'test-DAISIE_ML4.R:22:3', 'test-DAISIE_MW_ML.R:3:3', 'test-DAISIE_loglik_CS.R:2:3', 'test-DAISIE_loglik_CS.R:24:3', 'test-DAISIE_loglik_CS.R:81:3', 'test-DAISIE_loglik_CS.R:103:3', 'test-DAISIE_loglik_CS.R:121:3', 'test-DAISIE_loglik_CS.R:168:3', 'test-DAISIE_loglik_IW_solver.R:2:3', 'test-DAISIE_loglik_IW_solver.R:50:3', 'test-integration_DAISIE.R:64:3', 'test-integration_DAISIE.R:104:3', 'test-integration_DAISIE.R:143:3', 'test-integration_DAISIE.R:197:3', 'test-integration_DAISIE.R:226:3', 'test-integration_DAISIE.R:268:13', 'test-integration_DAISIE.R:302:3', 'test-integration_DAISIE.R:329:13', 'test-integration_DAISIE.R:348:13', 'test-integration_DAISIE.R:545:3' • Takes too long and produces DLSODES warnings (1): 'test-DAISIE_ML4.R:2:3' • Too slow to run (4): 'test-DAISIE_ML_CS.R:2:3', 'test-DAISIE_ML_CS.R:19:3', 'test-DAISIE_sim_MW.R:3:3', 'test-rosenbrock_abm1_steppers.R:2:3' • WIP (1): 'test-DAISIE_ML_CS.R:37:3' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 710 ] > > proc.time() user system elapsed 82.39 1.70 84.07