Package check result: OK Changes to worse in reverse depends: Package: afcharts Check: examples New result: ERROR Running examples in ‘afcharts-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: save_govuk > ### Title: Save a plot at the correct dimensions for publishing on GOVUK > ### Aliases: save_govuk > > ### ** Examples > > library(ggplot2) > 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(gapminder) > > # Images on GOVUK are shrunk. We therefore recommend using font size 20 pt > # when exporting charts for GOVUK, which will appear as approximately 12 pt on > # the website. > use_afcharts(base_size = 20) ℹ Default ggplot2 theme set to `theme_af`. ℹ Default colours set. ℹ Default geom aesthetics set. > > grouped_bar_data <- + gapminder |> + filter(year %in% c(1967, 2007) & + country %in% c("United Kingdom", "Ireland", "France", "Belgium")) > > bar_chart <- ggplot(grouped_bar_data, + aes(x = country, y = lifeExp, fill = as.factor(year))) + + geom_bar(stat = "identity", position = "dodge") + + scale_y_continuous(expand = c(0, 0)) + + scale_fill_discrete_af() + + labs( + x = "Country", + y = NULL, + fill = NULL, + title = "Living longer", + subtitle = "Difference in life expectancy, 1967-2007", + caption = "Source: Gapminder" + ) > > file <- tempfile(fileext = ".svg") > save_govuk(file, bar_chart, device = "svg") Error in svglite_(filename, bg, width, height, pointsize, standalone, : Graphics API version mismatch Calls: save_govuk -> -> dev -> -> svglite_ Execution halted Package: afcharts Check: tests New result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(afcharts) > test_check("afcharts") [ FAIL 12 | WARN 0 | SKIP 0 | PASS 21 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-chart-output.R:9:3'): theme_af works ─────────────────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─afcharts:::expect_match_plot("theme_af", plot) at test-chart-output.R:9:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─vdiffr:::svglite(file) at tests/testthat/helper.R:13:3 5. └─vdiffr:::svglite_(...) ── Error ('test-chart-output.R:9:3'): theme_af works ─────────────────────────── Error in `grDevices::dev.off()`: cannot shut down device 1 (the null device) Backtrace: ▆ 1. └─afcharts:::expect_match_plot("theme_af", plot) at test-chart-output.R:9:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─grDevices::dev.off() ── Error ('test-chart-output.R:29:3'): theme_af works with non default options ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─afcharts:::expect_match_plot("theme_af_non_default", plot) at test-chart-output.R:29:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─vdiffr:::svglite(file) at tests/testthat/helper.R:13:3 5. └─vdiffr:::svglite_(...) ── Error ('test-chart-output.R:29:3'): theme_af works with non default options ── Error in `grDevices::dev.off()`: cannot shut down device 1 (the null device) Backtrace: ▆ 1. └─afcharts:::expect_match_plot("theme_af_non_default", plot) at test-chart-output.R:29:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─grDevices::dev.off() ── Error ('test-chart-output.R:41:3'): scale_fill_discrete_af works ──────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─afcharts:::expect_match_plot("scale_fill_discrete_af", plot) at test-chart-output.R:41:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─vdiffr:::svglite(file) at tests/testthat/helper.R:13:3 5. └─vdiffr:::svglite_(...) ── Error ('test-chart-output.R:41:3'): scale_fill_discrete_af works ──────────── Error in `grDevices::dev.off()`: cannot shut down device 1 (the null device) Backtrace: ▆ 1. └─afcharts:::expect_match_plot("scale_fill_discrete_af", plot) at test-chart-output.R:41:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─grDevices::dev.off() ── Error ('test-chart-output.R:54:3'): scale_fill_continuous_af works ────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─afcharts:::expect_match_plot("scale_fill_continuous_af", plot) at test-chart-output.R:54:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─vdiffr:::svglite(file) at tests/testthat/helper.R:13:3 5. └─vdiffr:::svglite_(...) ── Error ('test-chart-output.R:54:3'): scale_fill_continuous_af works ────────── Error in `grDevices::dev.off()`: cannot shut down device 1 (the null device) Backtrace: ▆ 1. └─afcharts:::expect_match_plot("scale_fill_continuous_af", plot) at test-chart-output.R:54:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─grDevices::dev.off() ── Error ('test-chart-output.R:66:3'): scale_colour_discrete_af works ────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─afcharts:::expect_match_plot("scale_colour_discrete_af", plot) at test-chart-output.R:66:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─vdiffr:::svglite(file) at tests/testthat/helper.R:13:3 5. └─vdiffr:::svglite_(...) ── Error ('test-chart-output.R:66:3'): scale_colour_discrete_af works ────────── Error in `grDevices::dev.off()`: cannot shut down device 1 (the null device) Backtrace: ▆ 1. └─afcharts:::expect_match_plot("scale_colour_discrete_af", plot) at test-chart-output.R:66:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─grDevices::dev.off() ── Error ('test-chart-output.R:76:3'): scale_colour_continuous_af works ──────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─afcharts:::expect_match_plot("scale_colour_continuous_af", plot) at test-chart-output.R:76:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─vdiffr:::svglite(file) at tests/testthat/helper.R:13:3 5. └─vdiffr:::svglite_(...) ── Error ('test-chart-output.R:76:3'): scale_colour_continuous_af works ──────── Error in `grDevices::dev.off()`: cannot shut down device 1 (the null device) Backtrace: ▆ 1. └─afcharts:::expect_match_plot("scale_colour_continuous_af", plot) at test-chart-output.R:76:3 2. └─vdiffr::expect_doppelganger(writer = save_svg, ...) at tests/testthat/helper.R:18:3 3. └─afcharts (local) writer(fig, testcase, title) 4. └─grDevices::dev.off() [ FAIL 12 | WARN 0 | SKIP 0 | PASS 21 ] Error: Test failures Execution halted Package: brolgar Check: tests New result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [10s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(brolgar) > > test_check("brolgar") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'tsibble' The following objects are masked from 'package:base': intersect, setdiff, union [ FAIL 1 | WARN 0 | SKIP 5 | PASS 276 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-facet-sample.R:20:3', 'test-facet-sample.R:28:3', 'test-facet-strata.R:23:3', 'test-facet-strata.R:31:3', 'test-keys-near.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-keys-near.R:47:3'): keys_near returns a similar plot ─────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger("stat_plot", plot_stat) at test-keys-near.R:47:3 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) [ FAIL 1 | WARN 0 | SKIP 5 | PASS 276 ] Deleting unused snapshots: • facet-sample/gg-facet-sample-alt.svg • facet-sample/gg-facet-sample.svg • facet-strata/gg-facet-strata-along.svg • facet-strata/gg-facet-strata.svg Error: Test failures Execution halted Package: ggcharts Check: tests New result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ggcharts) Loading required package: ggplot2 > > test_check("ggcharts") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-bar_chart.R:8:1'): (code run outside of `test_that()`) ───────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-bar_chart.R:8:1 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: Test failures Execution halted Package: ggstatsplot Check: tests New result: ERROR Running ‘testthat.R’ [58s/30s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # graphics engine changed in this version, and so snapshots generated on > # previous R version won't work > if (getRversion() >= "4.4.0") { + library(testthat) + suppressPackageStartupMessages(library(ggstatsplot)) + test_check("ggstatsplot") + } Starting 2 test processes [ FAIL 33 | WARN 0 | SKIP 15 | PASS 8 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-extract-stats.R:8:5', 'test-extract-stats.R:83:5', 'test-ggbetweenstats.R:64:5', 'test-ggbetweenstats.R:95:5', 'test-ggbarstats.R:208:5', 'test-ggcorrmat.R:92:5', 'test-ggcoefstats.R:4:3', 'test-ggcoefstats.R:63:3', 'test-ggcoefstats.R:164:5', 'test-ggscatterstats.R:142:5', 'test-ggwithinstats.R:12:5', 'test-ggwithinstats.R:81:5', 'test-ggpiestats.R:196:5', 'test-utils.R:7:5', 'test-utils.R:22:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-combine-plots.R:19:5'): checking if combining plots works ────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-combine-plots.R:19:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggbetweenstats.R:11:5'): plotting features work as expected ──── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggbetweenstats.R:11:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggbarstats.R:22:5'): checking default outputs ────────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggbarstats.R:22:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggbarstats.R:66:5'): changing labels and aesthetics ──────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggbarstats.R:66:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggbarstats.R:166:5'): edge cases ─────────────────────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggbarstats.R:166:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggbarstats.R:225:5'): grouped_ggbarstats works ───────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggbarstats.R:225:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggbarstats.R:251:5'): edge case behavior ─────────────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggbarstats.R:251:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggcorrmat.R:5:5'): checking ggcorrmat with entier dataset ────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggcorrmat.R:5:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggcorrmat.R:24:5'): ggcorrmat works as expected with changed defaults ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggcorrmat.R:24:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggcorrmat.R:67:5'): grouped_ggcorrmat plots are as expected ──── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggcorrmat.R:67:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggcoefstats.R:13:3'): default plots are rendered correctly for each type of statistic ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggcoefstats.R:13:3 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggcoefstats.R:98:5'): plot modifications work as expected ────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggcoefstats.R:98:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggcoefstats.R:145:5'): works when CIs unavailable ────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggcoefstats.R:145:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggdotplotstats.R:23:5'): checking default outputs ────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggdotplotstats.R:23:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggdotplotstats.R:43:5'): modification with ggplot2 works as expected ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggdotplotstats.R:43:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggdotplotstats.R:104:5'): grouped_ggdotplotstats works ───────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggdotplotstats.R:104:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-gghistostats.R:7:5'): checking default outputs ───────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-gghistostats.R:7:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-gghistostats.R:26:5'): aesthetic modifications work ──────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-gghistostats.R:26:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-gghistostats.R:51:5'): checking if normal curve work ─────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-gghistostats.R:51:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-gghistostats.R:95:5'): grouped_gghistostats plotting works as expected ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-gghistostats.R:95:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggscatterstats.R:7:5'): checking ggscatterstats with entire dataset ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggscatterstats.R:7:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggscatterstats.R:26:5'): aesthetic modifications work ────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggscatterstats.R:26:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggscatterstats.R:54:3'): labeling variables and expressions work as expected ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggscatterstats.R:54:3 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggscatterstats.R:112:5'): grouped_ggscatterstats plotting works as expected ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggscatterstats.R:112:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggwithinstats.R:50:5'): aesthetic modifications work ─────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggwithinstats.R:50:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-pairwise-ggsignif.R:7:5'): check pairwise displays - between-subjects ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-pairwise-ggsignif.R:7:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-pairwise-ggsignif.R:162:5'): check pairwise displays - within-subjects ── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-pairwise-ggsignif.R:162:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-pairwise-ggsignif.R:318:5'): adding caption works ────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-pairwise-ggsignif.R:318:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggpiestats.R:21:5'): checking default outputs ────────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggpiestats.R:21:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggpiestats.R:77:5'): changing labels and aesthetics ──────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggpiestats.R:77:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggpiestats.R:152:5'): edge cases ─────────────────────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggpiestats.R:152:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggpiestats.R:204:5'): grouped_ggpiestats works ───────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggpiestats.R:204:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) ── Error ('test-ggpiestats.R:249:5'): edge case behavior ─────────────────────── Error in `svglite_(filename, bg, width, height, pointsize, standalone, always_valid)`: Graphics API version mismatch Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-ggpiestats.R:249:5 2. └─vdiffr (local) writer(fig, testcase, title) 3. └─vdiffr:::svglite(file) 4. └─vdiffr:::svglite_(...) [ FAIL 33 | WARN 0 | SKIP 15 | PASS 8 ] Deleting unused snapshots: • ggbarstats/changing-aesthetics-works.svg • ggbarstats/checking-count-labels.svg • ggbarstats/checking-paired-two-way-table-with-na.svg • ggbarstats/checking-paired-two-way-table-without-na.svg • ggbarstats/checking-percentage-and-count-labels.svg • ggbarstats/checking-unpaired-two-way-table-with-na.svg • ggbarstats/label-repelling-works.svg • ggbarstats/prop-test-fails-with-dropped-levels.svg • ggbetweenstats/default-plot-as-expected.svg • ggbetweenstats/mean-shown-with-scarce-data.svg • ggbetweenstats/plot-with-outliers-as-expected.svg • ggbetweenstats/specific-geoms-removed.svg • ggcoefstats/chi2-statistic.svg • ggcoefstats/f-statistic-with-omega.svg • ggcoefstats/f-statistic.svg • ggcoefstats/meta-analysis-works.svg • ggcoefstats/sorting-works.svg • ggcoefstats/z-statistic.svg • ggcorrmat/applying-ggplot2-function-works.svg • ggcorrmat/non-parametric-correlation-with-nas.svg • ggcorrmat/with-nas.svg • ggdotplotstats/further-modification-with-ggplot-works.svg • ggdotplotstats/robust-with-na.svg • gghistostats/modification-with-ggplot2-works.svg • gghistostats/robust-with-na.svg • ggpiestats/changing-aesthetics-works.svg • ggpiestats/checking-count-labels.svg • ggpiestats/checking-one-way-table-with-na.svg • ggpiestats/checking-paired-two-way-table-with-na.svg • ggpiestats/checking-paired-two-way-table-without-na.svg • ggpiestats/checking-percentage-and-count-labels.svg • ggpiestats/checking-unpaired-two-way-table-with-na.svg • ggpiestats/checking-unpaired-two-way-table-without-na.svg • ggpiestats/empty-groups-in-factors-not-dropped.svg • ggpiestats/grouped-ggpiestats-with-two-way-table.svg • ggpiestats/label-repelling-works.svg • ggpiestats/prop-test-fails-with-dropped-levels.svg • ggscatterstats/aesthetic-modifications-work.svg • ggscatterstats/no-label-variable-but-expression.svg • ggscatterstats/robust-correlation-with-nas.svg • ggwithinstats/centrality-path-can-be-turned-off.svg • ggwithinstats/defaults-plots-more-than-two-groups.svg • ggwithinstats/defaults-plots-two-groups.svg • ggwithinstats/grouped-plots-default.svg • pairwise-ggsignif/between-bayes.svg • pairwise-ggsignif/between-non-parametric-all.svg • pairwise-ggsignif/between-non-parametric-only-non-significant.svg • pairwise-ggsignif/between-non-parametric-only-significant.svg • pairwise-ggsignif/between-parametric-all.svg • pairwise-ggsignif/between-parametric-only-significant.svg • pairwise-ggsignif/between-robust-all.svg • pairwise-ggsignif/between-robust-only-non-significant.svg • pairwise-ggsignif/between-robust-only-significant.svg • pairwise-ggsignif/within-bayes.svg • pairwise-ggsignif/within-non-parametric-all.svg • pairwise-ggsignif/within-non-parametric-only-non-significant.svg • pairwise-ggsignif/within-non-parametric-only-significant.svg • pairwise-ggsignif/within-parametric-all.svg • pairwise-ggsignif/within-parametric-only-significant.svg • pairwise-ggsignif/within-robust-all.svg • pairwise-ggsignif/within-robust-only-non-significant.svg • pairwise-ggsignif/within-robust-only-significant.svg Error: Test failures Execution halted