R Under development (unstable) (2023-11-23 r85618 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. > library(testthat) > library(BCEA) Registered S3 method overwritten by 'BCEA': method from plot.evppi voi The BCEA version loaded is: 2.4.5 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:182:3', 'test-evppi.R:381:3', 'test-evppi.R:481: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:519:3' • plot = TRUE mesh plot to be snapshot (1): 'test-evppi.R:256:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 159 ] > > proc.time() user system elapsed 58.40 10.40 68.78