R Under development (unstable) (2025-08-30 r88742 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(power4mome) > > test_check("power4mome") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 30 | PASS 382 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • A long test with parallel processing. Test interactively. (7): 'test-x_from_power_algorithm_bisection.R:1:1', 'test-x_from_power_for_es.R:1:1', 'test-x_from_power_for_es_bisection_close_enough.R:1:1', 'test-x_from_power_for_es_ind.R:1:1', 'test-x_from_power_for_n.R:1:1', 'test-x_from_power_for_n_bisection.R:1:1', 'test-x_from_power_for_n_bisection_close_enough.R:1:1' • Internal (1): 'test-x_from_power_algorithm_bisection_difficult_cases.R:1:1' • On CRAN (22): 'test-do_test_catch_error.R:1:1', 'test-power_curve.R:1:1', 'test-sim_data_print_cond.R:1:1', 'test-sim_data_print_cond_only.R:1:1', 'test-test_iseed.R:1:1', 'test-test_power_by_es_catch_power4test_error.R:1:1', 'test-test_power_by_es_find_range.R:1:1', 'test-test_power_by_n_catch_power4test_error.R:1:1', 'test-x_from_power_algorithm_bisection_short.R:1:1', 'test-x_from_power_for_es_error_catch.R:1:1', 'test-x_from_power_for_es_short.R:1:1', 'test-x_from_power_for_es_short_close.R:1:1', 'test-x_from_power_for_es_short_use_by.R:1:1', 'test-x_from_power_for_es_short_use_x_from.R:1:1', 'test-x_from_power_for_n_error_catch.R:1:1', 'test-x_from_power_for_n_short.R:1:1', 'test-x_from_power_for_n_short_close.R:1:1', 'test-x_from_power_for_n_short_n_region.R:1:1', 'test-x_from_power_for_n_short_use_by_n.R:1:1', 'test-x_from_power_for_n_short_use_x_from.R:1:1', 'test_add_cov.R:1:1', 'test_add_cov_indicators.R:1:1' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 382 ] > > proc.time() user system elapsed 3.68 0.59 188.90