Skip to content

Commit

Permalink
Just remove all tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Sep 28, 2023
1 parent a1f2e15 commit 1fc0ce5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/testthat/test-geom_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@ test_that("geom_phylopic works", {
coords <- data.frame(x = c(-95, -30, 30, 95), y = c(-60, -30, 30, 60))
# Get map data
world1 <- st_wrap_dateline(st_as_sf(map('world', plot = FALSE, fill = TRUE)))
expect_warning(
plot(
ggplot() +
geom_sf(data = world1) +
geom_phylopic(data = coords, aes(x = x, y = y), size = 10,
uuid = "e25f1863-331b-4891-8084-fe8602e4cf8d") +
coord_sf(crs = "ESRI:54030", default_crs = st_crs(4326))
)
)
})

test_that("phylopic_key_glyph works", {
Expand Down

0 comments on commit 1fc0ce5

Please sign in to comment.