Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/testthat/test-patterns.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test_that("fill_alpha works as expected", {
test_that("geoms can use pattern fills", {

skip_if_not_installed("grid", "4.2.0")
skip_if_not_installed("svglite", "2.1.0")
skip_if_not_installed("svglite", "2.1.2")

# Workaround for vdiffr's lack of pattern support
# See also https://github.com/r-lib/vdiffr/issues/132
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-utilities-checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test_that("check_device finds ragg capabilities", {

test_that("check_device finds svglite capabilities", {
skip_if(
getRversion() < "4.2.0" || !is_installed("svglite", version = "2.1.0"),
getRversion() < "4.2.0" || !is_installed("svglite", version = "2.1.2"),
"Cannot test {svglite} capabilities."
)
tmp <- withr::local_tempfile(fileext = ".svg")
Expand Down
Loading