R Under development (unstable) (2024-03-22 r86169 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(rnmamod) Loading 'rnmamod', version 0.4.0. Welcome to Network Meta-analysis with Missing Participants! ^_^ > > test_check("rnmamod") Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 7 Unobserved stochastic nodes: 5 Total graph size: 152 Initializing model Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 7 Unobserved stochastic nodes: 10 Total graph size: 178 Initializing model Missing participant outcome data have *not* been collected. JAGS generates initial values for the parameters. Running the model ... module glm loaded Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 14 Unobserved stochastic nodes: 20 Total graph size: 411 Initializing model ... Updating the model until convergence Missing participant outcome data have *not* been collected. JAGS generates initial values for the parameters. Running the model ... Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 14 Unobserved stochastic nodes: 31 Total graph size: 457 Initializing model ... Updating the model until convergence Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 6 Unobserved stochastic nodes: 10 Total graph size: 199 Initializing model Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 7 Unobserved stochastic nodes: 10 Total graph size: 178 Initializing model Missing participant outcome data have *not* been collected. JAGS generates initial values for the parameters. Running the model ... Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 14 Unobserved stochastic nodes: 31 Total graph size: 457 Initializing model ... Updating the model until convergence JAGS generates initial values for the parameters. Missing participant outcome data have *not* been collected. 1 out of 1 split nodes Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 11 Unobserved stochastic nodes: 31 Total graph size: 437 Initializing model Updating model for split node 1 until convergence [ FAIL 0 | WARN 0 | SKIP 2 | PASS 24 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test-run.model.no.MOD.R:1:1', 'test-run.nodesplit.no.MOD.R:1:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 24 ] > > proc.time() user system elapsed 36.10 1.78 37.87