Nothing
test_that("hyp_show() is working", {
testdat <- readRDS(file.path(system.file("extdata", package="hypeR"), "testdat.rds"))
gsets_obj <- testdat$gsets
rgsets_obj <- testdat$rgsets
signature <- testdat$signature
experiment <- testdat$experiment
hyp_obj <- hypeR(signature, gsets_obj)
multihyp_obj <- hypeR(experiment, gsets_obj)
expect_silent(hyp_show(hyp_obj))
expect_silent(hyp_show(hyp_obj, simple=TRUE))
expect_error(hyp_show(multihyp_obj))
})
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.