From c18cd7acd84991bf1854b490952f8d8295bee6da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:09:13 +0000 Subject: [PATCH] test: Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [create-pull-request] automated change * Skip --------- Co-authored-by: krlmlr <1741643+krlmlr@users.noreply.github.com> Co-authored-by: Kirill Müller --- tests/testthat/_snaps/ggplot2/basic.svg | 20 ++++++++++---------- tests/testthat/_snaps/ggplot2/log-scale.svg | 20 ++++++++++---------- tests/testthat/test-ggplot2.R | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/tests/testthat/_snaps/ggplot2/basic.svg b/tests/testthat/_snaps/ggplot2/basic.svg index 7568d4a54..7c0ccbdab 100644 --- a/tests/testthat/_snaps/ggplot2/basic.svg +++ b/tests/testthat/_snaps/ggplot2/basic.svg @@ -41,16 +41,16 @@ - - - - - - - - - - + + + + + + + + + + 2.5 diff --git a/tests/testthat/_snaps/ggplot2/log-scale.svg b/tests/testthat/_snaps/ggplot2/log-scale.svg index 89530a950..071339f6c 100644 --- a/tests/testthat/_snaps/ggplot2/log-scale.svg +++ b/tests/testthat/_snaps/ggplot2/log-scale.svg @@ -39,16 +39,16 @@ - - - - - - - - - - + + + + + + + + + + 1m diff --git a/tests/testthat/test-ggplot2.R b/tests/testthat/test-ggplot2.R index 8486ea2f5..e06fb0d89 100644 --- a/tests/testthat/test-ggplot2.R +++ b/tests/testthat/test-ggplot2.R @@ -1,5 +1,5 @@ test_that("ggplot2 snapshot tests", { - skip_if_not_installed("ggplot2") + skip_if_not_installed("ggplot2", "3.5.1.9000") skip_if_not_installed("vdiffr") skip_if_not_installed("tibble")