R Under development (unstable) (2026-06-04 r90104 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bayespmtools) > > test_check("bayespmtools") Assuming normal distribution for calibration intercept Assuming normal distribution for calibration slope Summary of BPM evidence ----------------------- component type parameter1 parameter2 mean variance q2.5 q97.5 prev beta 116.000 155.000 0.4280443 0.0009001 0.3697934 0.4873013 cstat beta 3628.000 1139.000 0.7610657 0.0000381 0.7488587 0.7730651 cal_mean norm -0.009 0.125 -0.0090000 0.0156250 -0.2539955 0.2359955 cal_slp norm 0.995 0.024 0.9950000 0.0005760 0.9479609 1.0420391 Bayesian prediction-model evidence (4 components) component distribution parameters mean variance prev beta shape1 = 116, shape2 = 155 0.4280 9.001e-04 cstat beta shape1 = 3628, shape2 = 1139 0.7611 3.814e-05 cal_mean norm mean = -0.009, sd = 0.125 -0.0090 1.562e-02 cal_slp norm mean = 0.995, sd = 0.024 0.9950 5.760e-04 [ FAIL 0 | WARN 0 | SKIP 15 | PASS 308 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-calibration-permutations.R:33:7', 'test-calibration-permutations.R:48:7', 'test-calibration-permutations.R:33:7', 'test-calibration-permutations.R:48:7', 'test-calibration-permutations.R:33:7', 'test-calibration-permutations.R:48:7', 'test-calibration-permutations.R:63:3', 'test-infer-correlation.R:17:3', 'test-infer-correlation.R:35:3', 'test-valprec.R:7:3', 'test-valprec.R:30:3', 'test-valprec.R:50:3', 'test-valsamp.R:7:3', 'test-valsamp.R:25:3', 'test-valsamp.R:42:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 308 ] > > proc.time() user system elapsed 7.07 1.04 8.12