R Under development (unstable) (2026-01-06 r89281 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(tidyplots) > > test_check("tidyplots") `stat_bin()` using `bins = 30`. Pick better value `binwidth`. `stat_bin()` using `bins = 30`. Pick better value `binwidth`. `stat_bin()` using `bins = 30`. Pick better value `binwidth`. `stat_bin()` using `bins = 30`. Pick better value `binwidth`. Orientation inferred to be along y-axis; override with `position_beeswarm(orientation = 'x')` Orientation inferred to be along y-axis; override with `position_beeswarm(orientation = 'x')` Orientation inferred to be along y-axis; override with `position_beeswarm(orientation = 'x')` Orientation inferred to be along y-axis; override with `position_beeswarm(orientation = 'x')` Orientation inferred to be along y-axis; override with `position_beeswarm(orientation = 'x')` Orientation inferred to be along y-axis; override with `position_beeswarm(orientation = 'x')` Orientation inferred to be along y-axis; override with `position_beeswarm(orientation = 'x')` Orientation inferred to be along y-axis; override with `position_beeswarm(orientation = 'x')` v split_plot: split into 4 plots across 2 pages [ FAIL 0 | WARN 0 | SKIP 39 | PASS 16 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-add-annotation.R:1:1', 'test-add-annotation.R:41:1', 'test-add-general.R:1:1', 'test-add-general.R:112:1', 'test-add-general.R:201:1', 'test-add-heatmap.R:1:1', 'test-add-heatmap.R:60:1', 'test-add-misc.R:1:1', 'test-add-misc.R:27:1', 'test-add-points.R:1:1', 'test-add-points.R:53:1', 'test-add-proportional.R:1:1', 'test-add-proportional.R:28:1', 'test-add-proportional.R:55:1', 'test-add-proportional.R:77:1', 'test-add-proportional.R:99:1', 'test-add-proportional.R:121:1', 'test-add-proportional.R:143:1', 'test-add-proportional.R:165:1', 'test-add-proportional.R:192:1', 'test-add-stats.R:1:1', 'test-add-stats.R:40:1', 'test-adjust.R:1:1', 'test-adjust.R:53:1', 'test-adjust.R:88:1', 'test-adjust.R:103:1', 'test-adjust.R:132:1', 'test-adjust.R:203:1', 'test-helpers.R:34:1', 'test-labels.R:1:1', 'test-labels.R:42:1', 'test-labels.R:83:1', 'test-levels.R:1:1', 'test-levels.R:42:1', 'test-levels.R:83:1', 'test-plot.R:1:1', 'test-plot.R:38:1', 'test-plot.R:65:1', 'test-themes.R:1:1' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 16 ] > > proc.time() user system elapsed 118.04 1.84 119.90