R Under development (unstable) (2025-09-01 r88761 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) > library(lemon) > > > if (TRUE) { + test_check("lemon") + } #else { [ FAIL 1 | WARN 1 | SKIP 5 | PASS 145 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test_brackets.R:88:5', 'test_caps.R:38:3', 'test_facet.R:22:3', 'test_facet.R:55:3', 'test_facet_aux.R:60:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_lemon_plot.r:14:3'): ggplot2 does not break lemon_plot by altering class ── Error in `l + data.frame(a = 3, b = 0, c = "a")`: non-numeric argument to binary operator Backtrace: ▆ 1. └─lemon (local) expect_lemon_plot(l + data.frame(a = 3, b = 0, c = "a")) at test_lemon_plot.r:14:3 2. └─testthat::expect_s3_class(object, "lemon_plot") at test_lemon_plot.r:5:22 3. └─testthat::quasi_label(enquo(object), arg = "object") 4. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 1 | SKIP 5 | PASS 145 ] Deleting unused snapshots: • facet/facet-rep-wrap-spacing.svg • facet_aux/facet-rep-wrap.svg Error: Test failures Execution halted