R Under development (unstable) (2026-03-12 r89611 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(pvEBayes) > > test_check("pvEBayes") The alpha value selected under AIC is 0.9, The alpha value selected under BIC is 0.9. alpha AIC BIC num_mixture 1 0.0 NaN NaN 3 2 0.1 92.37477 92.85142 2 3 0.3 90.72622 91.20287 2 4 0.5 90.20848 90.68513 2 5 0.7 90.00038 90.47703 2 6 0.9 89.92826 90.40491 2 The hyperparameters selected under AIC is (p = 60, c0 = 1e-05), The hyperparameters selected under BIC is (p = 60, c0 = 1e-05)., p c0 AIC BIC 1 40 1e-05 86.57384 86.94781 2 60 1e-05 86.39203 86.75948 3 80 1e-05 86.40406 86.77209 4 100 1e-05 86.42937 86.79849 5 120 1e-05 90.28985 90.81242 6 40 1e-04 90.31211 90.83200 7 60 1e-04 98.98452 99.85122 8 80 1e-04 103.82856 104.88801 9 100 1e-04 108.99654 110.26154 10 120 1e-04 115.96104 117.50301 11 40 1e-03 104.39350 105.46597 12 60 1e-03 106.74952 107.92241 13 80 1e-03 110.80590 112.14084 14 100 1e-03 114.17777 115.64732 15 120 1e-03 116.72691 118.29841 16 40 1e-02 101.96680 102.92133 17 60 1e-02 103.08483 104.10188 18 80 1e-02 105.54824 106.66599 19 100 1e-02 107.22164 108.40773 20 120 1e-02 106.18980 107.33222 21 40 1e-01 93.64492 94.13152 22 60 1e-01 92.60063 93.08690 23 80 1e-01 92.14375 92.63781 24 100 1e-01 92.01351 92.51526 25 120 1e-01 90.61769 91.07747 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 61 ] > > proc.time() user system elapsed 33.85 1.04 34.89