Nothing
test_that("plotLOAF errors", {
empty_tibble <- tibble::tribble(
~name, ~value
)
expect_error(plotLOAF(empty_tibble))
false_example1 <- relatedness_example %>% dplyr::rename(bob = pair)
expect_error(plotLOAF(false_example1))
expect_error(plotLOAF(kin_example, nsnps_cutoff = -1))
})
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.