R Under development (unstable) (2024-03-09 r86082 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(runjags) > > test_check("runjags") INFORMATION: Es konnten keine Dateien mit dem angegebenen Muster gefunden werden. Loading required namespace: rjags Compiling rjags model... Calling the simulation using the rjags method... Adapting the model for 1000 iterations... Burning in the model for 4000 iterations... Running the model for 10000 iterations... Simulation complete Calculating summary statistics... Calculating the Gelman-Rubin statistic for 3 variables.... Finished running the simulation [ FAIL 0 | WARN 0 | SKIP 1 | PASS 0 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-basic_example.R:1:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 0 ] > > proc.time() user system elapsed 1.71 0.21 3.34