Skip to content

Commit

Permalink
removed cartogram test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Nov 29, 2024
1 parent c797aaf commit 547e7a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test-v3.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ test_that("v3 syntax works", {
tm_format("NLD", title = "Dutch provinces and\nmunicipalities", bg.color =
"white")

skip_if_not_installed("cartogram")
# Cartogram
NLD_prov_pop <- cartogram::cartogram_cont(NLD_prov, "population")
tm_shape(NLD_prov_pop) +
tm_polygons("origin_non_west", title = "Non-western origin (%)")
})

test_that("Possible to revert to v3 styling.", {
Expand Down

0 comments on commit 547e7a4

Please sign in to comment.