R Under development (unstable) (2026-01-13 r89301 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(plausibounds) > test_check("plausibounds") Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ===============>--------------- K = 3/6 [ 50%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] Calculating restricted bounds: =========>--------------------- K = 2/7 [ 29%] Calculating restricted bounds: =================>------------- K = 4/7 [ 57%] Calculating restricted bounds: =====================>--------- K = 5/7 [ 71%] Calculating restricted bounds: ==========================>---- K = 6/7 [ 86%] Calculating restricted bounds: ==============================> K = 7/7 [100%] Calculating restricted bounds: =========>--------------------- K = 2/7 [ 29%] Calculating restricted bounds: =============>----------------- K = 3/7 [ 43%] Calculating restricted bounds: =================>------------- K = 4/7 [ 57%] Calculating restricted bounds: =====================>--------- K = 5/7 [ 71%] Calculating restricted bounds: ==========================>---- K = 6/7 [ 86%] Calculating restricted bounds: ==============================> K = 7/7 [100%] Calculating restricted bounds: =======>----------------------- K = 2/9 [ 22%] Calculating restricted bounds: ==========>-------------------- K = 3/9 [ 33%] Calculating restricted bounds: =============>----------------- K = 4/9 [ 44%] Calculating restricted bounds: =================>------------- K = 5/9 [ 56%] Calculating restricted bounds: ====================>---------- K = 6/9 [ 67%] Calculating restricted bounds: =======================>------- K = 7/9 [ 78%] Calculating restricted bounds: ===========================>--- K = 8/9 [ 89%] Calculating restricted bounds: ==============================> K = 9/9 [100%] Calculating restricted bounds: =======>----------------------- K = 2/9 [ 22%] Calculating restricted bounds: ==========>-------------------- K = 3/9 [ 33%] Calculating restricted bounds: =============>----------------- K = 4/9 [ 44%] Calculating restricted bounds: =================>------------- K = 5/9 [ 56%] Calculating restricted bounds: ====================>---------- K = 6/9 [ 67%] Calculating restricted bounds: =======================>------- K = 7/9 [ 78%] Calculating restricted bounds: ===========================>--- K = 8/9 [ 89%] Calculating restricted bounds: ==============================> K = 9/9 [100%] Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ====================>---------- K = 4/6 [ 67%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ====================>---------- K = 4/6 [ 67%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ===============>--------------- K = 3/6 [ 50%] Calculating restricted bounds: ====================>---------- K = 4/6 [ 67%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ===============>--------------- K = 3/6 [ 50%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ===============>--------------- K = 3/6 [ 50%] Calculating restricted bounds: ====================>---------- K = 4/6 [ 67%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ====================>---------- K = 4/6 [ 67%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ===============>--------------- K = 3/6 [ 50%] Calculating restricted bounds: ====================>---------- K = 4/6 [ 67%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] Calculating restricted bounds: ==========>-------------------- K = 2/6 [ 33%] Calculating restricted bounds: ===============>--------------- K = 3/6 [ 50%] Calculating restricted bounds: ====================>---------- K = 4/6 [ 67%] Calculating restricted bounds: =========================>----- K = 5/6 [ 83%] Calculating restricted bounds: ==============================> K = 6/6 [100%] [ FAIL 0 | WARN 0 | SKIP 12 | PASS 266 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-calculate_restricted_bounds.R:89:3', 'test-calculate_restricted_bounds.R:312:3', 'test-calculate_restricted_bounds.R:353:3', 'test-create_plot.R:168:3', 'test-create_plot.R:206:3', 'test-plausible_bounds.R:98:3', 'test-plausible_bounds.R:215:3', 'test-preperiods.R:215:3', 'test-preperiods.R:248:3', 'test-preperiods.R:278:3', 'test-preperiods.R:307:3', 'test-preperiods.R:335:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 266 ] > > proc.time() user system elapsed 281.84 3.15 285.00