Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Jan 22, 2025
1 parent 718e16b commit 73b0ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-layout_backbone.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("backbone layout works", {
skip_on_cran()
xy <- layout_as_backbone(igraph::make_full_graph(10))
expect_is(xy$xy, "matrix")
expect_is(xy$backbone, "numeric")
Expand Down

0 comments on commit 73b0ddc

Please sign in to comment.