Skip to content

Commit

Permalink
is.directed -> is_directed
Browse files Browse the repository at this point in the history
is.directed is soft deprecated since igrpah v2.0.0
  • Loading branch information
Andrea Gilardi committed Mar 29, 2024
1 parent fe5177f commit 214458e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_morphers.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit 214458e

Please sign in to comment.