Nothing
context("Load packages from Bioconductor")
test_that("Can find dplyr", {
skip_on_cran()
expect_false(available_on_bioc("ACME"))
})
test_that("Can't find made up package", {
skip_on_cran()
expect_true(available_on_bioc("This_is_not_a_pkg"))
})
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.