context("test-adjacency")
test_that("adjacency works", {
adja <- adjacency(Info)
expect_false(any(adja > 1))
expect_true(isSymmetric(adja))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.