Skip to content

Commit cc329df

Browse files
Fix ragg version check (#6175)
1 parent b29b831 commit cc329df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-utilities-checks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test_that("check_device finds device capabilities", {
7070

7171
test_that("check_device finds ragg capabilities", {
7272
skip_if(
73-
getRversion() < "4.2.0" || !is_installed("ragg", version = "1.2.0"),
73+
getRversion() < "4.2.0" || !is_installed("ragg", version = "1.2.6"),
7474
"Cannot test {ragg} capabilities."
7575
)
7676
tmp <- withr::local_tempfile(fileext = ".tiff")

0 commit comments

Comments
 (0)