R Under development (unstable) (2026-04-25 r89962 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. > library(testthat) > library(vdiffr) > library(forestploter) > > test_check("forestploter") found values equal or less than 0 in lower The confidence interval of row 2, column 4, group 1 is outside of the xlim. [ FAIL 0 | WARN 0 | SKIP 14 | PASS 54 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-addgrob.R:24:1', 'test-forest.R:25:1', 'test-forest.R:40:1', 'test-forest.R:56:1', 'test-forest.R:143:1', 'test-forest.R:179:1', 'test-forest.R:219:1', 'test-forest.R:290:1', 'test-forest.R:331:1', 'test-forest.R:382:1', 'test-forest.R:406:1', 'test-make-boxplot.R:17:1', 'test-make-boxplot.R:44:1', 'test-make-boxplot.R:74:1' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 54 ] > > proc.time() user system elapsed 9.95 0.68 10.73