Nothing
test_that("prepare_reads works correctly", {
analysis_setup <- prepare_reads(data_directory = system.file("extdata", package = "demulticoder"), overwrite_existing = TRUE)
expect_type(analysis_setup, "list")
expect_true(length(analysis_setup) > 0)
})
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.