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(ggpp) Loading required package: ggplot2 Registered S3 methods overwritten by 'ggpp': method from heightDetails.titleGrob ggplot2 widthDetails.titleGrob ggplot2 Attaching package: 'ggpp' The following object is masked from 'package:ggplot2': annotate > > # keep error messages as ASCII > options(cli.condition_unicode_bullets = FALSE) > > test_check("ggpp") [ FAIL 0 | WARN 0 | SKIP 71 | PASS 1246 ] ══ Skipped tests (71) ══════════════════════════════════════════════════════════ • Not yet implemented (18): 'test-position_dodge2_keep.R:48:3', 'test-position_dodge2_keep.R:71:3', 'test-position_dodge2nudge.R:56:3', 'test-position_dodge2nudge.R:79:3', 'test-position_dodge2nudge.R:102:3', 'test-position_dodge2nudge.R:124:3', 'test-position_dodge2nudge.R:147:3', 'test-position_dodge2nudge.R:170:3', 'test-position_dodge2nudge_to.R:93:3', 'test-position_dodge2nudge_to.R:120:3', 'test-position_dodge2nudge_to.R:147:3', 'test-position_dodge_keep.R:65:3', 'test-position_dodgenudge.R:40:3', 'test-position_dodgenudge.R:61:3', 'test-position_dodgenudge.R:82:3', 'test-position_dodgenudge.R:103:3', 'test-position_dodgenudge.R:124:3', 'test-position_dodgenudge.R:145:3' • On CRAN (53): 'test-annotate.R:23:1', 'test-annotate.R:47:1', 'test-annotate.R:80:1', 'test-geom-label-pairwise.R:3:1', 'test-geom-label-pairwise.R:65:1', 'test-geom-label-pairwise.R:173:1', 'test-geom-label.R:3:1', 'test-geom-plot.R:57:1', 'test-geom-plot.R:82:1', 'test-geom-quadrant-lines.R:58:1', 'test-geom-table.R:90:1', 'test-geom-table.R:103:1', 'test-geom-table.R:150:1', 'test-geom-table.R:254:1', 'test-geom-table.R:379:1', 'test-geom-table.R:528:1', 'test-geom-table.R:629:1', 'test-geom-table.R:722:1', 'test-geom-table.R:732:1', 'test-geom-text-pairwise.R:3:1', 'test-geom-text-pairwise.R:74:1', 'test-geom-text-pairwise.R:149:1', 'test-geom-text.R:3:1', 'test-geom-text_linked.R:6:1', 'test-geom-text_linked.R:189:1', 'test-geom-text_linked.R:204:1', 'test-geom-text_linked.R:233:1', 'test-position-nudge.R:3:1', 'test-position-nudge.R:66:1', 'test-position-nudge.R:122:1', 'test-position-nudge.R:187:1', 'test-position-nudge.R:239:1', 'test-position-nudge.R:264:1', 'test-position-nudge.R:371:1', 'test-position-nudge.R:396:1', 'test-position-nudge.R:422:1', 'test-position-nudge.R:498:1', 'test-position_dodge2nudge.R:174:1', 'test-position_dodge2nudge_to.R:151:1', 'test-position_dodgenudge.R:149:1', 'test-stat-d1d-flt.R:184:1', 'test-stat-d1d-flt.R:308:1', 'test-stat-d1d-flt.R:443:1', 'test-stat-d1d-flt.R:672:1', 'test-stat-d1d-flt.R:806:1', 'test-stat-d1d-flt.R:935:1', 'test-stat-d2d-flt.R:292:1', 'test-stat-d2d-flt.R:431:1', 'test-stat-d2d-flt.R:661:1', 'test-stat_fmt_tb.R:3:1', 'test-stat_panel_counts.R:3:1', 'test-stat_panel_counts.R:59:1', 'test-stat_quadrant_counts.R:5:1' [ FAIL 0 | WARN 0 | SKIP 71 | PASS 1246 ] > > proc.time() user system elapsed 98.92 2.26 101.18