We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81869f3 commit 0fe94b1Copy full SHA for 0fe94b1
tests/testthat/test-theme-atlas.R
@@ -51,6 +51,7 @@ test_that("theme_atlas grids, axis, and ticks are correct", {
51
})
52
53
test_that("update_geom_font_defaults() works", {
54
+ skip_if(packageVersion("ggplot2") > "3.5.2")
55
expect_equal(update_geom_font_defaults(),
56
ggplot2::update_geom_defaults("text",
57
list(family = "Arial Narrow",
0 commit comments