Skip to content

Commit

Permalink
need to skip if no sf now for testing SOS smooths
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Mar 6, 2024
1 parent 7462a01 commit 4eb66c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-draw-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ test_that("draw.gam can take user specified scales", {

test_that("plotting sos smooths works", {
skip_on_cran()
skip_if_not_installed("mapproj")
skip_if_not_installed("sf")
skip_on_os("mac")
expect_silent(plt <- draw(m_sos, n = 20))

Expand Down

0 comments on commit 4eb66c4

Please sign in to comment.