R Under development (unstable) (2025-11-28 r89073 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. > library(testthat) > > test_check("ggpmisc") Loading required package: ggpmisc Loading required package: ggpp Loading required package: ggplot2 Attaching package: 'ggpp' The following object is masked from 'package:ggplot2': annotate 'formula' extracted from arguments With k = 1 one Normal distribution is fitted. Irrelevant parameters ignored! With k = 1 one Normal distribution is fitted. Irrelevant parameters ignored! With k = 1 one Normal distribution is fitted. Irrelevant parameters ignored! Fitted line plotted [ FAIL 0 | WARN 0 | SKIP 64 | PASS 401 ] ══ Skipped tests (64) ══════════════════════════════════════════════════════════ • On CRAN (62): 'test-stat-broom.R:43:1', 'test-stat-broom.R:96:1', 'test-stat-broom.R:211:1', 'test-stat-broom.R:326:1', 'test-stat-correlation.R:15:1', 'test-stat-correlation.R:110:1', 'test-stat-correlation.R:170:1', 'test-stat-correlation.R:231:1', 'test-stat-correlation.R:278:1', 'test-stat-correlation.R:436:3', 'test-stat-distrmix-eq.R:22:1', 'test-stat-distrmix-eq.R:46:1', 'test-stat-distrmix-line.R:22:1', 'test-stat-distrmix-line.R:43:1', 'test-stat-ma-eq.R:15:1', 'test-stat-ma-eq.R:124:1', 'test-stat-ma-eq.R:215:1', 'test-stat-ma-eq.R:340:1', 'test-stat-ma-eq.R:397:3', 'test-stat-ma-line.R:12:1', 'test-stat-ma-line.R:22:1', 'test-stat-ma-line.R:79:1', 'test-stat-multcomp.R:42:1', 'test-stat-multcomp.R:64:1', 'test-stat-multcomp.R:113:1', 'test-stat-multcomp.R:149:1', 'test-stat-multcomp.R:182:1', 'test-stat-multcomp.R:265:1', 'test-stat-multcomp.R:286:1', 'test-stat-multcomp.R:329:1', 'test-stat-peaks.R:47:1', 'test-stat-peaks.R:59:1', 'test-stat-peaks.R:235:1', 'test-stat-peaks.R:305:1', 'test-stat-peaks.R:375:1', 'test-stat-poly-eq.R:38:1', 'test-stat-poly-eq.R:300:1', 'test-stat-poly-eq.R:567:1', 'test-stat-poly-eq.R:772:1', 'test-stat-poly-eq.R:850:1', 'test-stat-poly-eq.R:925:1', 'test-stat-poly-eq.R:987:3', 'test-stat-poly-line.R:21:1', 'test-stat-poly-line.R:31:1', 'test-stat-poly-line.R:136:1', 'test-stat-quant-band.R:20:1', 'test-stat-quant-band.R:34:1', 'test-stat-quant-eq.R:38:1', 'test-stat-quant-eq.R:164:1', 'test-stat-quant-eq.R:436:1', 'test-stat-quant-eq.R:481:1', 'test-stat-quant-eq.R:504:1', 'test-stat-quant-eq.R:588:1', 'test-stat-quant-eq.R:669:1', 'test-stat-quant-eq.R:713:3', 'test-stat-quant-line.R:20:1', 'test-stat-quant-line.R:34:1', 'test-stat-valleys.R:47:1', 'test-stat-valleys.R:59:1', 'test-stat-valleys.R:251:1', 'test-stat-valleys.R:321:1', 'test-stat-valleys.R:391:1' • Skipping tests of messages, warnings and errors (2): 'test-stat-distrmix-eq.R:119:3', 'test-stat-distrmix-line.R:105:3' [ FAIL 0 | WARN 0 | SKIP 64 | PASS 401 ] > > proc.time() user system elapsed 120.00 2.35 122.35