R Under development (unstable) (2025-12-04 r89100 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. > # 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(ggdibbler) > > test_check("ggdibbler") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Linking to GEOS 3.13.1, GDAL 3.11.4, PROJ 9.7.0; sf_use_s2() is TRUE [ FAIL 0 | WARN 4 | SKIP 56 | PASS 5 ] ══ Skipped tests (56) ══════════════════════════════════════════════════════════ • On CRAN (54): 'test-geom-abline-sample.R:8:1', 'test-geom-bar-sample.R:6:1', 'test-geom-bin-hex-sample.R:5:1', 'test-geom-bin2d-sample.R:10:1', 'test-geom-bindot-sample.R:6:1', 'test-geom-col-sample.R:9:1', 'test-geom-contour-sample.R:9:1', 'test-geom-count-sample.R:6:1', 'test-geom-curve-sample.R:17:1', 'test-geom-density-2d-sample.R:9:1', 'test-geom-density-sample.R:5:1', 'test-geom-errorbar-sample.R:24:1', 'test-geom-freqpoly-sample.R:5:1', 'test-geom-histogram-sample.R:6:1', 'test-geom-hline-sample.R:8:1', 'test-geom-jitter-sample.R:24:1', 'test-geom-label-sample.R:23:1', 'test-geom-linerange-sample.R:23:3', 'test-geom-path-sample.R:16:1', 'test-geom-point-sample.R:24:1', 'test-geom-pointrange-sample.R:23:3', 'test-geom-polygon-sample.R:43:1', 'test-geom-quantile-sample.R:6:1', 'test-geom-raster-sample.R:16:1', 'test-geom-rect-sample.R:25:1', 'test-geom-ribbon-sample.R:23:1', 'test-geom-rug-sample.R:24:1', 'test-geom-segment-sample.R:27:1', 'test-geom-sf-sample.R:12:1', 'test-geom-smooth-sample.R:4:1', 'test-geom-spoke-sample.R:21:1', 'test-geom-text-sample.R:24:1', 'test-geom-tile-sample.R:21:1', 'test-geom-violin-sample.R:12:1', 'test-geom-vline-sample.R:8:1', 'test-nested-position-dodge.R:5:1', 'test-nested-position-stack.R:5:1', 'test-position-identity-nested.R:5:1', 'test-position-nesting-utils.R:2:1', 'test-position-subdivide.R:24:2', 'test-scale-continuous-distribution.R:10:1', 'test-stat-connect-sample.R:8:1', 'test-stat-ecdf-sample.R:16:1', 'test-stat-ellipse-sample.R:4:1', 'test-stat-manual-sample.R:18:1', 'test-stat-qq-line-sample.R:13:1', 'test-stat-qq-sample.R:13:1', 'test-stat-sample.R:18:1', 'test-stat-sf-sample.R:8:1', 'test-stat-summary-2d-sample.R:6:1', 'test-stat-summary-bin-sample.R:5:3', 'test-stat-summary-hex-sample.R:6:1', 'test-stat-summary-sample.R:5:1', 'test-stat-unique-sample.R:7:1' • empty test (2): , [ FAIL 0 | WARN 4 | SKIP 56 | PASS 5 ] > > proc.time() user system elapsed 47.46 2.14 49.65