We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29b831 commit cc329dfCopy full SHA for cc329df
tests/testthat/test-utilities-checks.R
@@ -70,7 +70,7 @@ test_that("check_device finds device capabilities", {
70
71
test_that("check_device finds ragg capabilities", {
72
skip_if(
73
- getRversion() < "4.2.0" || !is_installed("ragg", version = "1.2.0"),
+ getRversion() < "4.2.0" || !is_installed("ragg", version = "1.2.6"),
74
"Cannot test {ragg} capabilities."
75
)
76
tmp <- withr::local_tempfile(fileext = ".tiff")
0 commit comments