Nothing
test_that("check_bioc_version works", {
testthat::expect_equal(
check_bioc_version(bioc = "3.17"),
"3.17"
)
testthat::expect_error(
check_bioc_version(bioc = "typo")
)
})
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.