R Under development (unstable) (2026-03-12 r89611 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(dbplot) > library(dplyr) 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 > library(ggplot2) > > # Use testthat 3rd edition > local_edition(3) > > test_check("dbplot") Adding missing grouping variables: `am` Adding missing grouping variables: `am`, `gear` [ FAIL 0 | WARN 0 | SKIP 11 | PASS 49 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-boxplots.R:23:3', 'test-dbplots.R:19:3', 'test-dbplots.R:39:3', 'test-discrete.R:32:3', 'test-discrete.R:50:3', 'test-discrete.R:69:3', 'test-duckdb-computations.R:4:3', 'test-duckdb-computations.R:21:3', 'test-duckdb-computations.R:37:3', 'test-duckdb-computations.R:54:3', 'test-raster.R:38:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 49 ] Deleting unused snapshots: 'boxplots/boxplot-duckdb.png', 'dbplots/histogram-basic.png', 'dbplots/histogram-binwidth.png', 'discrete/bar-aggregation.png', 'discrete/bar-basic.png', 'discrete/line-basic.png', and 'raster/raster-basic.png' > > proc.time() user system elapsed 3.23 0.28 3.51 Ran 1/1 deferred expressions