From 17d71b15560c95ff9788ac6a910ccd163bc8e012 Mon Sep 17 00:00:00 2001 From: "Martin R. Smith" <1695515+ms609@users.noreply.github.com> Date: Thu, 7 Sep 2023 07:31:24 +0100 Subject: [PATCH] TreeTools 1.7 required --- tests/testthat/test-plot.R | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testthat/test-plot.R b/tests/testthat/test-plot.R index 00d4cc49..941e716e 100644 --- a/tests/testthat/test-plot.R +++ b/tests/testthat/test-plot.R @@ -140,7 +140,6 @@ test_that("VisualizeMatching() works", { test_that("MST example plots as expected", { skip_if_not_installed("graphics", "4.3") skip_if_not_installed("vdiffr", "1.0") - skip_if_not_installed("TreeTools", "1.6.0.9008") vdiffr::expect_doppelganger("MST example plot", function() { distances <- structure( c(3, 2.3, 2.3, 2.3, 3, 1.7, 2.3, 2.3, 2.3, 4.5, 4.5, 1.7, 1.7, 2.3, 3,