R Under development (unstable) (2025-02-25 r87824 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(dabestr) Attaching package: 'dabestr' The following object is masked from 'package:base': load > > test_check("dabestr") The character(0) mean difference between Test 1 and Control 1 is 0.585 [95%CI 0.307, 0.869]. The p-value of the two-sided permutation t-test is 0.0004, calculated for legacy purposes only. The character(0) mean difference between Test 2 and Control 2 is -1.058 [95%CI -1.52, -0.577]. The p-value of the two-sided permutation t-test is 0.0002, calculated for legacy purposes only. [ FAIL 0 | WARN 0 | SKIP 2 | PASS 142 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test_001_plotter.R:2:3', 'test_002_forest_plot.R:2:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 142 ] Deleting unused snapshots: • 001_plotter/deltadelta-mean-diff.svg • 001_plotter/minimeta-mean-diff.svg • 001_plotter/multigroup-baseline-colour-mean-diff.svg • 001_plotter/multigroup-baseline-mean-diff.svg • 001_plotter/multigroup-sequential-mean-diff.svg • 001_plotter/multigroup-unpaired-mean-diff-colour.svg • 001_plotter/multigroup-unpaired-mean-diff.svg • 001_plotter/proportion-baseline-flow-false-mean-diff.svg • 001_plotter/proportion-baseline-mean-diff.svg • 001_plotter/proportion-paired-mean-diff-float-false.svg • 001_plotter/proportion-paired-mean-diff-float-true.svg • 001_plotter/proportion-sequential-mean-diff.svg • 001_plotter/proportion-unpaired-mean-diff-float-false.svg • 001_plotter/proportion-unpaired-mean-diff-float-true.svg • 001_plotter/proportion-unpaired-multigroup-mean-diff.svg • 001_plotter/two-groups-unpaired-mean-diff-colour-float-false.svg • 001_plotter/two-groups-unpaired-mean-diff-colour-float-true.svg • 001_plotter/two-groups-unpaired-mean-diff-float-false.svg • 001_plotter/two-groups-unpaired-mean-diff-float-true.svg • 002_forest_plot/deltadelta-forest-plot-mean-diff.svg • 002_forest_plot/deltadelta-forest-plot-with-plot-kwargs.svg • 002_forest_plot/minimeta-forest-plot-mean-diff.svg • 002_forest_plot/minimeta-forest-plot-median-diff.svg • 002_forest_plot/minimeta-forest-plot-with-plot-kwargs.svg > > proc.time() user system elapsed 35.04 1.64 36.68