R Under development (unstable) (2026-03-08 r89578 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(ggpointless) Loading required package: ggplot2 > > test_check("ggpointless") [ FAIL 0 | WARN 6 | SKIP 38 | PASS 166 ] ══ Skipped tests (38) ══════════════════════════════════════════════════════════ • On CRAN (38): 'test-geom-area-fade.R:105:1', 'test-geom-area-fade.R:112:1', 'test-geom-area-fade.R:119:1', 'test-geom-area-fade.R:126:1', 'test-geom-area-fade.R:133:1', 'test-geom-area-fade.R:140:1', 'test-geom-area-fade.R:147:1', 'test-geom-area-fade.R:154:1', 'test-geom-area-fade.R:162:1', 'test-geom-catenary.R:5:1', 'test-geom-catenary.R:11:1', 'test-geom-catenary.R:17:1', 'test-geom-catenary.R:22:1', 'test-geom-catenary.R:27:1', 'test-geom-catenary.R:32:1', 'test-geom-catenary.R:39:1', 'test-geom-catenary.R:60:1', 'test-geom-catenary.R:88:1', 'test-geom-catenary.R:95:1', 'test-geom-catenary.R:102:1', 'test-geom-chaikin.R:24:1', 'test-geom-fourier.R:59:1', 'test-geom-fourier.R:67:1', 'test-geom-fourier.R:74:1', 'test-geom-fourier.R:82:1', 'test-geom-fourier.R:90:1', 'test-geom-fourier.R:107:1', 'test-geom-lexis.R:15:1', 'test-geom-lexis.R:29:1', 'test-geom-lexis.R:35:1', 'test-geom-point-glow.R:65:1', 'test-geom-point-glow.R:72:1', 'test-geom-point-glow.R:79:1', 'test-geom-pointless.R:54:1', 'test-legend-draw.R:3:1', 'test-legend-draw.R:32:1', 'test-stat-chaikin.R:8:1', 'test-stat-lexis.R:16:1' [ FAIL 0 | WARN 6 | SKIP 38 | PASS 166 ] > > proc.time() user system elapsed 17.20 0.71 17.92