R Under development (unstable) (2024-02-15 r85925 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > library(testthat) > library(BCEA) The BCEA version loaded is: 2.4.6 Attaching package: 'BCEA' The following object is masked from 'package:graphics': contour > > test_check("BCEA") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 159 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • INLA cannot be loaded (3): 'test-evppi.R:188:3', 'test-evppi.R:387:3', 'test-evppi.R:487:3' • empty test (3): 'test-ceac_plot_ggplot.R:5:1', 'test-compute_U.R:7:1', 'test-eib_plot_ggplot.R:9:1' • more than two interventions to be revisited after {voi} update (1): 'test-evppi.R:525:3' • plot = TRUE mesh plot to be snapshot (1): 'test-evppi.R:262:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 159 ] > > proc.time() user system elapsed 83.53 21.23 104.53