Nothing
test_that("is.connected works", {
h <- hypergraph_from_edgelist(list(1:2,2:3,3:4))
expect_true(hypergraph.is.connected(h))
h <- hypergraph_from_edgelist(list(1:2,2:3,4:5))
expect_false(hypergraph.is.connected(h))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.