From 459cbe0849f640950393a1c1878e09337a96a43f Mon Sep 17 00:00:00 2001 From: rCarto Date: Thu, 6 Jul 2023 15:55:11 +0200 Subject: [PATCH] test: remove faulty tests CRAN release ? --- inst/tinytest/test_pkg_utils.R | 8 -------- 1 file changed, 8 deletions(-) diff --git a/inst/tinytest/test_pkg_utils.R b/inst/tinytest/test_pkg_utils.R index 4c020b6f..dcf7c30c 100644 --- a/inst/tinytest/test_pkg_utils.R +++ b/inst/tinytest/test_pkg_utils.R @@ -1,9 +1 @@ -if (!is.null(dev.list())) { - dev.off() -} -expect_error(mapsf:::test_cur_plot()) -mtq <- mf_get_mtq() expect_silent(mapsf:::load_default_theme()) -m <- sf::st_transform(mtq, "EPSG:4326") -mf_map(m) -expect_error(mf_scale())