R Under development (unstable) (2026-01-16 r89305 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(ggformula) Loading required package: ggplot2 Loading required package: scales Loading required package: ggiraph Loading required package: ggridges New to ggformula? Try the tutorials: learnr::run_tutorial("introduction", package = "ggformula") learnr::run_tutorial("refining", package = "ggformula") > > test_check("ggformula") `stat_bin()` using `bins = 30`. Pick better value `binwidth`. Smoothing formula not specified. Using: y ~ x Smoothing formula not specified. Using: y ~ x [ FAIL 0 | WARN 3 | SKIP 47 | PASS 0 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test-annotate.R:5:1', 'test-annotate.R:12:1', 'test-annotate.R:19:1', 'test-annotate.R:34:1', 'test-annotate.R:49:1', 'test-annotate.R:66:1', 'test-annotate.R:74:1', 'test-labeling.R:5:1', 'test-labeling.R:13:1', 'test-labeling.R:24:1', 'test-labeling.R:45:1', 'test-layer-factory.R:29:1', 'test-layer-factory.R:82:1', 'test-layer-factory.R:111:1', 'test-layer-factory.R:155:1', 'test-layer-factory.R:195:1', 'test-layer-factory.R:203:1', 'test-layer-factory.R:221:1', 'test-layer-factory.R:249:1', 'test-layer-factory.R:263:1', 'test-layer-factory.R:366:1', 'test-layer-factory.R:396:1', 'test-layer-factory.R:573:1', 'test-layer-factory.R:583:1', 'test-layer-factory.R:606:1', 'test-layer-factory.R:646:1', 'test-layer-factory.R:670:1', 'test-layer-factory.R:698:1', 'test-layer-factory.R:718:1', 'test-layer-factory.R:734:1', 'test-layer-factory.R:752:1', 'test-layer-factory.R:801:1', 'test-layer-factory.R:815:1', 'test-layer-factory.R:848:1', 'test-layer-factory.R:859:1', 'test-layer-factory.R:894:1', 'test-layer-factory.R:917:1', 'test-layer-factory.R:932:1', 'test-layer-factory.R:946:1', 'test-layer-factory.R:956:1', 'test-layer-factory.R:978:1', 'test-layer-factory.R:987:1', 'test-layer-factory.R:1006:1', 'test-layer-factory.R:1126:1', 'test-layer-factory.R:1140:1', 'test-layer-factory.R:1159:1', 'test-layer-factory.R:1169:1' [ FAIL 0 | WARN 3 | SKIP 47 | PASS 0 ] > > proc.time() user system elapsed 51.32 1.84 55.17