From 1fc0ce59b7925e2db136714483429776274d8f6e Mon Sep 17 00:00:00 2001 From: willgearty Date: Thu, 28 Sep 2023 16:28:00 -0400 Subject: [PATCH] Just remove all tests for now --- tests/testthat/test-geom_phylopic.R | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/testthat/test-geom_phylopic.R b/tests/testthat/test-geom_phylopic.R index 1d0cbb7..86b2368 100644 --- a/tests/testthat/test-geom_phylopic.R +++ b/tests/testthat/test-geom_phylopic.R @@ -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", {