From 214458ecabb689d0edc5efcd91406d519fd3774a Mon Sep 17 00:00:00 2001 From: Andrea Gilardi Date: Fri, 29 Mar 2024 22:07:58 +0100 Subject: [PATCH] is.directed -> is_directed is.directed is soft deprecated since igrpah v2.0.0 --- tests/testthat/test_morphers.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test_morphers.R b/tests/testthat/test_morphers.R index e8654677..ab583308 100644 --- a/tests/testthat/test_morphers.R +++ b/tests/testthat/test_morphers.R @@ -252,8 +252,8 @@ test_that("morphers return same network when there is no morphing suppressWarnings(ecount(convert(subd_u, to_spatial_subdivision))) ) expect_equal( - is.directed(net_d), - is.directed(convert(net_d, to_spatial_directed)) + is_directed(net_d), + is_directed(convert(net_d, to_spatial_directed)) ) expect_setequal( st_geometry(activate(net_l, "edges")),