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 c5998cd commit 1eb8efcCopy full SHA for 1eb8efc
tests/testthat/test-use-logo.R
@@ -2,6 +2,8 @@ context("use_logo")
2
3
test_that("use_logo() doesn't error", {
4
skip_if_not_installed("magick")
5
+ skip_on_os("solaris")
6
+
7
pkg <- scoped_temporary_package()
8
img <- magick::image_write(magick::image_read("logo:"), "logo.png")
9
on.exit(file_delete("logo.png"))
0 commit comments