R Under development (unstable) (2024-02-14 r85901 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(multinma) For execution on a local, multicore CPU with excess RAM we recommend calling options(mc.cores = parallel::detectCores()) Attaching package: 'multinma' The following objects are masked from 'package:stats': dgamma, pgamma, qgamma > > test_check("multinma") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 883 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-add_integration.R:541:3', 'test-example_atrial_fibrillation.R:4:1', 'test-example_bcg_vaccine.R:4:1', 'test-example_blocker.R:4:1', 'test-example_diabetes.R:4:1', 'test-example_dietary_fat.R:4:1', 'test-example_hta_psoriasis.R:4:1', 'test-example_parkinsons.R:4:1', 'test-example_plaque_psoriasis.R:4:1', 'test-example_smoking.R:4:1', 'test-example_statins.R:4:1', 'test-example_thrombolytics.R:4:1', 'test-example_transfusion.R:4:1', 'test-nma.R:256:1', 'test-nodesplit.R:226:1', 'test-plot_integration_error.R:3:1', 'test-posterior_ranks.R:3:1', 'test-predict.R:3:1', 'test-relative_effects.R:3:1' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 883 ] > > proc.time() user system elapsed 96.96 2.65 99.65