R Under development (unstable) (2023-10-20 r85374 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 33 | PASS 708 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • 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 (21): 'test-DAISIE_ML1.R:4:3', 'test-DAISIE_ML1.R:39:3', 'test-DAISIE_ML2.R:2:3', 'test-DAISIE_ML2.R:60: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:133:3', 'test-integration_DAISIE.R:175:13', 'test-integration_DAISIE.R:209:3', 'test-integration_DAISIE.R:236:13', 'test-integration_DAISIE.R:433: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 33 | PASS 708 ] > > proc.time() user system elapsed 140.89 2.75 143.68