Nothing
library(testthat)
library(biopixR)
test_that("importImage", {
path2img <- system.file("images/beads.png", package = 'biopixR')
expect_equal(load.image(path2img), importImage(path2img))
})
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.