From 3db4490f8195263fba77c061526d9f1ca78ed574 Mon Sep 17 00:00:00 2001 From: Teun van den Brand <49372158+teunbrand@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:09:35 +0100 Subject: [PATCH] Compatibility with ggplot2 3.5.0 (#148) * deal with elements with dual parentage * Avoid filling some specific settings * Update snapshots * Update snapshots again (with latest ggplot2) * Get rid of unnecessary subsetting * Update news --------- Co-authored-by: Carson --- NEWS.md | 1 + R/ggplot.R | 17 +- tests/testthat/_snaps/ggplot/geomabline.svg | 2 +- tests/testthat/_snaps/ggplot/geombin2d.svg | 303 ++++---- tests/testthat/_snaps/ggplot/geomcount.svg | 222 +++--- tests/testthat/_snaps/ggplot/geomcurve.svg | 134 ++-- .../_snaps/ggplot/geomdensitycolor.svg | 148 ++-- tests/testthat/_snaps/ggplot/geomdotplot.svg | 2 +- tests/testthat/_snaps/ggplot/geomerror.svg | 100 +-- tests/testthat/_snaps/ggplot/geomerrorbar.svg | 84 +-- .../testthat/_snaps/ggplot/geomhistogram.svg | 534 +++++++------- tests/testthat/_snaps/ggplot/geomlabel.svg | 64 +- tests/testthat/_snaps/ggplot/geomline.svg | 2 +- tests/testthat/_snaps/ggplot/geomline2.svg | 174 ++--- tests/testthat/_snaps/ggplot/geompoint2.svg | 42 +- .../testthat/_snaps/ggplot/geompointcolor.svg | 135 ++-- tests/testthat/_snaps/ggplot/geompolygon.svg | 2 +- tests/testthat/_snaps/ggplot/geompolygon2.svg | 113 +-- tests/testthat/_snaps/ggplot/geomribbon.svg | 2 +- tests/testthat/_snaps/ggplot/geomsmooth2.svg | 674 +++++++++--------- tests/testthat/_snaps/ggplot/geomspoke.svg | 2 +- tests/testthat/_snaps/ggplot/geomtile.svg | 80 +-- tests/testthat/_snaps/ggplot/grid-arrange.svg | 632 ++++++++-------- tests/testthat/_snaps/ggplot/patchwork.svg | 322 ++++----- .../_snaps/ggplot/qualitative-color.svg | 174 ++--- .../_snaps/ggplot/qualitative-fill.svg | 12 +- .../_snaps/ggplot/sequential-color.svg | 135 ++-- .../_snaps/ggplot/sequential-fill.svg | 119 ++-- tests/testthat/_snaps/ggthemes/base.svg | 428 +++++------ tests/testthat/_snaps/ggthemes/calc.svg | 284 -------- tests/testthat/_snaps/ggthemes/classic.svg | 3 + tests/testthat/_snaps/ggthemes/clean.svg | 285 -------- .../_snaps/ggthemes/economist-white.svg | 279 -------- tests/testthat/_snaps/ggthemes/economist.svg | 279 -------- tests/testthat/_snaps/ggthemes/excel-new.svg | 248 ------- tests/testthat/_snaps/ggthemes/excel.svg | 284 -------- tests/testthat/_snaps/ggthemes/few.svg | 278 -------- .../_snaps/ggthemes/fivethirtyeight.svg | 255 ------- tests/testthat/_snaps/ggthemes/foundation.svg | 297 -------- tests/testthat/_snaps/ggthemes/gdocs.svg | 279 -------- .../_snaps/ggthemes/ggtheme-minimal-off.svg | 2 +- .../_snaps/ggthemes/ggtheme-minimal.svg | 2 +- .../testthat/_snaps/ggthemes/ggtheme-void.svg | 2 +- tests/testthat/_snaps/ggthemes/hc.svg | 283 -------- tests/testthat/_snaps/ggthemes/igray.svg | 296 -------- tests/testthat/_snaps/ggthemes/map.svg | 222 ------ tests/testthat/_snaps/ggthemes/pander.svg | 297 -------- tests/testthat/_snaps/ggthemes/par.svg | 278 -------- .../testthat/_snaps/ggthemes/purple-strip.svg | 2 +- .../testthat/_snaps/ggthemes/solarized-2.svg | 298 -------- tests/testthat/_snaps/ggthemes/solarized.svg | 298 -------- tests/testthat/_snaps/ggthemes/stata.svg | 285 -------- tests/testthat/_snaps/ggthemes/tufte.svg | 273 ------- tests/testthat/_snaps/ggthemes/wsj.svg | 78 +- .../_snaps/sequential-gradient/accent-bg.svg | 129 ++-- .../_snaps/sequential-gradient/fg-accent.svg | 129 ++-- .../half-half-reversed.svg | 129 ++-- .../_snaps/sequential-gradient/half-half.svg | 129 ++-- tests/testthat/_snaps/state/green.svg | 129 ++-- tests/testthat/_snaps/state/none.svg | 20 +- tests/testthat/_snaps/state/purple.svg | 129 ++-- tests/testthat/_snaps/state/white-green.svg | 129 ++-- tests/testthat/_snaps/state/white-red.svg | 129 ++-- 63 files changed, 2917 insertions(+), 8181 deletions(-) delete mode 100644 tests/testthat/_snaps/ggthemes/calc.svg delete mode 100644 tests/testthat/_snaps/ggthemes/clean.svg delete mode 100644 tests/testthat/_snaps/ggthemes/economist-white.svg delete mode 100644 tests/testthat/_snaps/ggthemes/economist.svg delete mode 100644 tests/testthat/_snaps/ggthemes/excel-new.svg delete mode 100644 tests/testthat/_snaps/ggthemes/excel.svg delete mode 100644 tests/testthat/_snaps/ggthemes/few.svg delete mode 100644 tests/testthat/_snaps/ggthemes/fivethirtyeight.svg delete mode 100644 tests/testthat/_snaps/ggthemes/foundation.svg delete mode 100644 tests/testthat/_snaps/ggthemes/gdocs.svg delete mode 100644 tests/testthat/_snaps/ggthemes/hc.svg delete mode 100644 tests/testthat/_snaps/ggthemes/igray.svg delete mode 100644 tests/testthat/_snaps/ggthemes/map.svg delete mode 100644 tests/testthat/_snaps/ggthemes/pander.svg delete mode 100644 tests/testthat/_snaps/ggthemes/par.svg delete mode 100644 tests/testthat/_snaps/ggthemes/solarized-2.svg delete mode 100644 tests/testthat/_snaps/ggthemes/solarized.svg delete mode 100644 tests/testthat/_snaps/ggthemes/stata.svg delete mode 100644 tests/testthat/_snaps/ggthemes/tufte.svg diff --git a/NEWS.md b/NEWS.md index 7608534e..08e6c7dd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ # thematic 0.1.4 +* Accommodate for breaking changes in ggplot2 v3.5.0. (#148) * The `{httpgd}` graphics device (and thus, Github codespaces) is now supported. (#143) * `{thematic}` now works with recent versions of the `{vdiffr}` package. (#149) diff --git a/R/ggplot.R b/R/ggplot.R index 6ac85348..2c8a61e0 100644 --- a/R/ggplot.R +++ b/R/ggplot.R @@ -194,6 +194,14 @@ ggthematic_build <- function(p, ggplot_build = NULL, theme = NULL) { new = theme_user[[name]], old = theme_final[[name]] ) } + + # There are some theme settings that are best not filled in yet. + # These gain different internal defaults based on the text position and + # setting them here would disrupt that mechanism. + restore <- c("hjust", "vjust", "margin") + for (name in c("title", "legend.title", "legend.text")) { + theme_final[[name]][restore] <- p$theme[[name]][restore] %||% list(NULL) + } p$theme <- theme_final ggplot_build(p) @@ -320,9 +328,12 @@ resolve_theme_inheritance <- function(p_theme) { # TODO: could consider memoising if this proves to be a bottleneck theme_relationships <- function() { - inherits <- vapply(ggplot2::get_element_tree(), function(x) { x$inherit %||% "" }, character(1)) - relations <- data.frame(child = names(inherits), parent = inherits, stringsAsFactors = FALSE) - relations[relations$parent != "", ] + inherits <- lapply(ggplot2::get_element_tree(), function(x) x$inherit) + data.frame( + child = rep(names(inherits), lengths(inherits)), + parent = unlist(inherits), + stringsAsFactors = FALSE + ) } # It's not safe to calc all elements (e.g., plot.margin) diff --git a/tests/testthat/_snaps/ggplot/geomabline.svg b/tests/testthat/_snaps/ggplot/geomabline.svg index 354b35f1..172e893c 100644 --- a/tests/testthat/_snaps/ggplot/geomabline.svg +++ b/tests/testthat/_snaps/ggplot/geomabline.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggplot/geombin2d.svg b/tests/testthat/_snaps/ggplot/geombin2d.svg index 44ffb9f2..8705e4b2 100644 --- a/tests/testthat/_snaps/ggplot/geombin2d.svg +++ b/tests/testthat/_snaps/ggplot/geombin2d.svg @@ -18,114 +18,114 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -137,54 +137,55 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomcount.svg b/tests/testthat/_snaps/ggplot/geomcount.svg index 675671ff..2f802815 100644 --- a/tests/testthat/_snaps/ggplot/geomcount.svg +++ b/tests/testthat/_snaps/ggplot/geomcount.svg @@ -21,91 +21,91 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -117,37 +117,37 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomcurve.svg b/tests/testthat/_snaps/ggplot/geomcurve.svg index 61716af9..8829b399 100644 --- a/tests/testthat/_snaps/ggplot/geomcurve.svg +++ b/tests/testthat/_snaps/ggplot/geomcurve.svg @@ -21,48 +21,48 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -83,37 +83,35 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomdensitycolor.svg b/tests/testthat/_snaps/ggplot/geomdensitycolor.svg index 19f7b710..e993a447 100644 --- a/tests/testthat/_snaps/ggplot/geomdensitycolor.svg +++ b/tests/testthat/_snaps/ggplot/geomdensitycolor.svg @@ -21,23 +21,23 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -56,23 +56,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -80,48 +80,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomdotplot.svg b/tests/testthat/_snaps/ggplot/geomdotplot.svg index 29b38531..eafba685 100644 --- a/tests/testthat/_snaps/ggplot/geomdotplot.svg +++ b/tests/testthat/_snaps/ggplot/geomdotplot.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggplot/geomerror.svg b/tests/testthat/_snaps/ggplot/geomerror.svg index bd274f96..eda6105b 100644 --- a/tests/testthat/_snaps/ggplot/geomerror.svg +++ b/tests/testthat/_snaps/ggplot/geomerror.svg @@ -18,69 +18,69 @@ - + - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomerrorbar.svg b/tests/testthat/_snaps/ggplot/geomerrorbar.svg index dcd41f68..4240c2e3 100644 --- a/tests/testthat/_snaps/ggplot/geomerrorbar.svg +++ b/tests/testthat/_snaps/ggplot/geomerrorbar.svg @@ -18,32 +18,32 @@ - + - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -52,29 +52,31 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomhistogram.svg b/tests/testthat/_snaps/ggplot/geomhistogram.svg index 2ab8aa97..f5010cd5 100644 --- a/tests/testthat/_snaps/ggplot/geomhistogram.svg +++ b/tests/testthat/_snaps/ggplot/geomhistogram.svg @@ -21,203 +21,203 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -243,83 +243,83 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomlabel.svg b/tests/testthat/_snaps/ggplot/geomlabel.svg index cab9ade2..ad10ab32 100644 --- a/tests/testthat/_snaps/ggplot/geomlabel.svg +++ b/tests/testthat/_snaps/ggplot/geomlabel.svg @@ -27,7 +27,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -58,7 +58,7 @@ - + @@ -71,7 +71,7 @@ - + @@ -88,7 +88,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -106,7 +106,7 @@ - + @@ -115,7 +115,7 @@ - + @@ -123,7 +123,7 @@ - + @@ -131,7 +131,7 @@ - + @@ -140,7 +140,7 @@ - + @@ -150,7 +150,7 @@ - + @@ -160,7 +160,7 @@ - + @@ -171,7 +171,7 @@ - + @@ -189,7 +189,7 @@ - + @@ -208,7 +208,7 @@ - + @@ -225,7 +225,7 @@ - + @@ -233,7 +233,7 @@ - + @@ -244,7 +244,7 @@ - + @@ -258,7 +258,7 @@ - + @@ -271,7 +271,7 @@ - + @@ -287,7 +287,7 @@ - + @@ -298,7 +298,7 @@ - + @@ -308,7 +308,7 @@ - + @@ -324,7 +324,7 @@ - + @@ -333,7 +333,7 @@ - + @@ -346,7 +346,7 @@ - + @@ -358,7 +358,7 @@ - + @@ -371,7 +371,7 @@ - + @@ -383,7 +383,7 @@ - + @@ -396,7 +396,7 @@ - + diff --git a/tests/testthat/_snaps/ggplot/geomline.svg b/tests/testthat/_snaps/ggplot/geomline.svg index 45c06a63..147f1a28 100644 --- a/tests/testthat/_snaps/ggplot/geomline.svg +++ b/tests/testthat/_snaps/ggplot/geomline.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggplot/geomline2.svg b/tests/testthat/_snaps/ggplot/geomline2.svg index 8aff7e0a..68c708e4 100644 --- a/tests/testthat/_snaps/ggplot/geomline2.svg +++ b/tests/testthat/_snaps/ggplot/geomline2.svg @@ -18,21 +18,21 @@ - + - - + + - - - - - - - - + + + + + + + + @@ -60,35 +60,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -96,53 +96,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geompoint2.svg b/tests/testthat/_snaps/ggplot/geompoint2.svg index 374faaa4..b88afdef 100644 --- a/tests/testthat/_snaps/ggplot/geompoint2.svg +++ b/tests/testthat/_snaps/ggplot/geompoint2.svg @@ -93,27 +93,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geompointcolor.svg b/tests/testthat/_snaps/ggplot/geompointcolor.svg index 057fa59e..e4e6f31d 100644 --- a/tests/testthat/_snaps/ggplot/geompointcolor.svg +++ b/tests/testthat/_snaps/ggplot/geompointcolor.svg @@ -21,45 +21,45 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -80,39 +80,40 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geompolygon.svg b/tests/testthat/_snaps/ggplot/geompolygon.svg index 15366109..0bc81676 100644 --- a/tests/testthat/_snaps/ggplot/geompolygon.svg +++ b/tests/testthat/_snaps/ggplot/geompolygon.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggplot/geompolygon2.svg b/tests/testthat/_snaps/ggplot/geompolygon2.svg index bffa0a1c..84d700bc 100644 --- a/tests/testthat/_snaps/ggplot/geompolygon2.svg +++ b/tests/testthat/_snaps/ggplot/geompolygon2.svg @@ -18,22 +18,22 @@ - + - - + + - - - - - - - - - + + + + + + + + + @@ -44,51 +44,52 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomribbon.svg b/tests/testthat/_snaps/ggplot/geomribbon.svg index 02051fe6..33959cee 100644 --- a/tests/testthat/_snaps/ggplot/geomribbon.svg +++ b/tests/testthat/_snaps/ggplot/geomribbon.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggplot/geomsmooth2.svg b/tests/testthat/_snaps/ggplot/geomsmooth2.svg index 6a2b6ab2..6862e4f7 100644 --- a/tests/testthat/_snaps/ggplot/geomsmooth2.svg +++ b/tests/testthat/_snaps/ggplot/geomsmooth2.svg @@ -21,254 +21,254 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -280,100 +280,100 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/geomspoke.svg b/tests/testthat/_snaps/ggplot/geomspoke.svg index 980f65d5..00b16f94 100644 --- a/tests/testthat/_snaps/ggplot/geomspoke.svg +++ b/tests/testthat/_snaps/ggplot/geomspoke.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggplot/geomtile.svg b/tests/testthat/_snaps/ggplot/geomtile.svg index c3d2264a..d79c27a1 100644 --- a/tests/testthat/_snaps/ggplot/geomtile.svg +++ b/tests/testthat/_snaps/ggplot/geomtile.svg @@ -21,23 +21,23 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -60,32 +60,32 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/grid-arrange.svg b/tests/testthat/_snaps/ggplot/grid-arrange.svg index 76d7511c..34f6ad6b 100644 --- a/tests/testthat/_snaps/ggplot/grid-arrange.svg +++ b/tests/testthat/_snaps/ggplot/grid-arrange.svg @@ -21,47 +21,47 @@ - + - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -81,102 +81,103 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -196,92 +197,93 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -301,92 +303,93 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -406,57 +409,58 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/patchwork.svg b/tests/testthat/_snaps/ggplot/patchwork.svg index f787aa67..c188535a 100644 --- a/tests/testthat/_snaps/ggplot/patchwork.svg +++ b/tests/testthat/_snaps/ggplot/patchwork.svg @@ -18,14 +18,14 @@ - + - - + + - + @@ -40,38 +40,38 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -91,58 +91,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -155,38 +156,38 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -206,58 +207,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/qualitative-color.svg b/tests/testthat/_snaps/ggplot/qualitative-color.svg index 0c6cb79b..c25aeebc 100644 --- a/tests/testthat/_snaps/ggplot/qualitative-color.svg +++ b/tests/testthat/_snaps/ggplot/qualitative-color.svg @@ -18,21 +18,21 @@ - + - - + + - - - - - - - - + + + + + + + + @@ -60,35 +60,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -96,53 +96,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/qualitative-fill.svg b/tests/testthat/_snaps/ggplot/qualitative-fill.svg index 8a83b879..f9dfe5bd 100644 --- a/tests/testthat/_snaps/ggplot/qualitative-fill.svg +++ b/tests/testthat/_snaps/ggplot/qualitative-fill.svg @@ -18,7 +18,7 @@ - + @@ -103,12 +103,12 @@ - - + + - - - + + + diff --git a/tests/testthat/_snaps/ggplot/sequential-color.svg b/tests/testthat/_snaps/ggplot/sequential-color.svg index 3fca4170..5a51a668 100644 --- a/tests/testthat/_snaps/ggplot/sequential-color.svg +++ b/tests/testthat/_snaps/ggplot/sequential-color.svg @@ -21,45 +21,45 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -80,39 +80,40 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggplot/sequential-fill.svg b/tests/testthat/_snaps/ggplot/sequential-fill.svg index 5b196ab8..7b4ec35d 100644 --- a/tests/testthat/_snaps/ggplot/sequential-fill.svg +++ b/tests/testthat/_snaps/ggplot/sequential-fill.svg @@ -18,17 +18,17 @@ - + - - + + - - - - + + + + @@ -39,31 +39,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -73,33 +73,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggthemes/base.svg b/tests/testthat/_snaps/ggthemes/base.svg index 6a363f70..f693fa62 100644 --- a/tests/testthat/_snaps/ggthemes/base.svg +++ b/tests/testthat/_snaps/ggthemes/base.svg @@ -21,163 +21,163 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -204,26 +204,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -235,44 +235,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/ggthemes/calc.svg b/tests/testthat/_snaps/ggthemes/calc.svg deleted file mode 100644 index 32b6850a..00000000 --- a/tests/testthat/_snaps/ggthemes/calc.svg +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/classic.svg b/tests/testthat/_snaps/ggthemes/classic.svg index c6334253..7d8c1dd4 100644 --- a/tests/testthat/_snaps/ggthemes/classic.svg +++ b/tests/testthat/_snaps/ggthemes/classic.svg @@ -244,8 +244,11 @@ + + + diff --git a/tests/testthat/_snaps/ggthemes/clean.svg b/tests/testthat/_snaps/ggthemes/clean.svg deleted file mode 100644 index 8747f248..00000000 --- a/tests/testthat/_snaps/ggthemes/clean.svg +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/economist-white.svg b/tests/testthat/_snaps/ggthemes/economist-white.svg deleted file mode 100644 index e0e78a6c..00000000 --- a/tests/testthat/_snaps/ggthemes/economist-white.svg +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/economist.svg b/tests/testthat/_snaps/ggthemes/economist.svg deleted file mode 100644 index f6ea93b9..00000000 --- a/tests/testthat/_snaps/ggthemes/economist.svg +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/excel-new.svg b/tests/testthat/_snaps/ggthemes/excel-new.svg deleted file mode 100644 index 1229d940..00000000 --- a/tests/testthat/_snaps/ggthemes/excel-new.svg +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/excel.svg b/tests/testthat/_snaps/ggthemes/excel.svg deleted file mode 100644 index 8131476c..00000000 --- a/tests/testthat/_snaps/ggthemes/excel.svg +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/few.svg b/tests/testthat/_snaps/ggthemes/few.svg deleted file mode 100644 index d1aea6a7..00000000 --- a/tests/testthat/_snaps/ggthemes/few.svg +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/fivethirtyeight.svg b/tests/testthat/_snaps/ggthemes/fivethirtyeight.svg deleted file mode 100644 index ac25bc04..00000000 --- a/tests/testthat/_snaps/ggthemes/fivethirtyeight.svg +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/foundation.svg b/tests/testthat/_snaps/ggthemes/foundation.svg deleted file mode 100644 index 611b71ef..00000000 --- a/tests/testthat/_snaps/ggthemes/foundation.svg +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/gdocs.svg b/tests/testthat/_snaps/ggthemes/gdocs.svg deleted file mode 100644 index 67761b72..00000000 --- a/tests/testthat/_snaps/ggthemes/gdocs.svg +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/ggtheme-minimal-off.svg b/tests/testthat/_snaps/ggthemes/ggtheme-minimal-off.svg index b2991f3f..591495a8 100644 --- a/tests/testthat/_snaps/ggthemes/ggtheme-minimal-off.svg +++ b/tests/testthat/_snaps/ggthemes/ggtheme-minimal-off.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggthemes/ggtheme-minimal.svg b/tests/testthat/_snaps/ggthemes/ggtheme-minimal.svg index 3ad9f593..9c572191 100644 --- a/tests/testthat/_snaps/ggthemes/ggtheme-minimal.svg +++ b/tests/testthat/_snaps/ggthemes/ggtheme-minimal.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggthemes/ggtheme-void.svg b/tests/testthat/_snaps/ggthemes/ggtheme-void.svg index b6f4a5e1..357cd4ec 100644 --- a/tests/testthat/_snaps/ggthemes/ggtheme-void.svg +++ b/tests/testthat/_snaps/ggthemes/ggtheme-void.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggthemes/hc.svg b/tests/testthat/_snaps/ggthemes/hc.svg deleted file mode 100644 index 6795d8f2..00000000 --- a/tests/testthat/_snaps/ggthemes/hc.svg +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/igray.svg b/tests/testthat/_snaps/ggthemes/igray.svg deleted file mode 100644 index f2379b5f..00000000 --- a/tests/testthat/_snaps/ggthemes/igray.svg +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/map.svg b/tests/testthat/_snaps/ggthemes/map.svg deleted file mode 100644 index 7aad4d25..00000000 --- a/tests/testthat/_snaps/ggthemes/map.svg +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/pander.svg b/tests/testthat/_snaps/ggthemes/pander.svg deleted file mode 100644 index bd1182e5..00000000 --- a/tests/testthat/_snaps/ggthemes/pander.svg +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/par.svg b/tests/testthat/_snaps/ggthemes/par.svg deleted file mode 100644 index b8c9a981..00000000 --- a/tests/testthat/_snaps/ggthemes/par.svg +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/purple-strip.svg b/tests/testthat/_snaps/ggthemes/purple-strip.svg index 0f11fff7..2cb77e8e 100644 --- a/tests/testthat/_snaps/ggthemes/purple-strip.svg +++ b/tests/testthat/_snaps/ggthemes/purple-strip.svg @@ -18,7 +18,7 @@ - + diff --git a/tests/testthat/_snaps/ggthemes/solarized-2.svg b/tests/testthat/_snaps/ggthemes/solarized-2.svg deleted file mode 100644 index aadf5519..00000000 --- a/tests/testthat/_snaps/ggthemes/solarized-2.svg +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/solarized.svg b/tests/testthat/_snaps/ggthemes/solarized.svg deleted file mode 100644 index 782648f9..00000000 --- a/tests/testthat/_snaps/ggthemes/solarized.svg +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/stata.svg b/tests/testthat/_snaps/ggthemes/stata.svg deleted file mode 100644 index a8143fe7..00000000 --- a/tests/testthat/_snaps/ggthemes/stata.svg +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/tufte.svg b/tests/testthat/_snaps/ggthemes/tufte.svg deleted file mode 100644 index a4f5bcd2..00000000 --- a/tests/testthat/_snaps/ggthemes/tufte.svg +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/testthat/_snaps/ggthemes/wsj.svg b/tests/testthat/_snaps/ggthemes/wsj.svg index 1c1ef477..096f2d29 100644 --- a/tests/testthat/_snaps/ggthemes/wsj.svg +++ b/tests/testthat/_snaps/ggthemes/wsj.svg @@ -213,44 +213,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/sequential-gradient/accent-bg.svg b/tests/testthat/_snaps/sequential-gradient/accent-bg.svg index d2572a13..8bb9c754 100644 --- a/tests/testthat/_snaps/sequential-gradient/accent-bg.svg +++ b/tests/testthat/_snaps/sequential-gradient/accent-bg.svg @@ -18,26 +18,26 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -57,58 +57,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/sequential-gradient/fg-accent.svg b/tests/testthat/_snaps/sequential-gradient/fg-accent.svg index c1e984eb..05b993a6 100644 --- a/tests/testthat/_snaps/sequential-gradient/fg-accent.svg +++ b/tests/testthat/_snaps/sequential-gradient/fg-accent.svg @@ -18,26 +18,26 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -57,58 +57,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/sequential-gradient/half-half-reversed.svg b/tests/testthat/_snaps/sequential-gradient/half-half-reversed.svg index 5287232d..04c4f7ee 100644 --- a/tests/testthat/_snaps/sequential-gradient/half-half-reversed.svg +++ b/tests/testthat/_snaps/sequential-gradient/half-half-reversed.svg @@ -18,26 +18,26 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -57,58 +57,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/sequential-gradient/half-half.svg b/tests/testthat/_snaps/sequential-gradient/half-half.svg index 9600b77f..bf5380b1 100644 --- a/tests/testthat/_snaps/sequential-gradient/half-half.svg +++ b/tests/testthat/_snaps/sequential-gradient/half-half.svg @@ -18,26 +18,26 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -57,58 +57,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/state/green.svg b/tests/testthat/_snaps/state/green.svg index 024e2071..32d6bf52 100644 --- a/tests/testthat/_snaps/state/green.svg +++ b/tests/testthat/_snaps/state/green.svg @@ -18,26 +18,26 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -57,58 +57,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/state/none.svg b/tests/testthat/_snaps/state/none.svg index 9fc30741..6e8de737 100644 --- a/tests/testthat/_snaps/state/none.svg +++ b/tests/testthat/_snaps/state/none.svg @@ -18,7 +18,7 @@ - + @@ -59,20 +59,20 @@ 1:10 1:10 +1:10 + + + + + + + + 2.5 5.0 7.5 10.0 -1:10 - - - - - - - - none diff --git a/tests/testthat/_snaps/state/purple.svg b/tests/testthat/_snaps/state/purple.svg index 66fde24e..6e19ccd6 100644 --- a/tests/testthat/_snaps/state/purple.svg +++ b/tests/testthat/_snaps/state/purple.svg @@ -18,26 +18,26 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -57,58 +57,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/state/white-green.svg b/tests/testthat/_snaps/state/white-green.svg index 2297c1e9..a6f0d0f9 100644 --- a/tests/testthat/_snaps/state/white-green.svg +++ b/tests/testthat/_snaps/state/white-green.svg @@ -18,26 +18,26 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -57,58 +57,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/testthat/_snaps/state/white-red.svg b/tests/testthat/_snaps/state/white-red.svg index b6ab43ea..00d4d2bf 100644 --- a/tests/testthat/_snaps/state/white-red.svg +++ b/tests/testthat/_snaps/state/white-red.svg @@ -18,26 +18,26 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -57,58 +57,59 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +