Nothing
      context("Check raw intensity values")
test_that("check_raw returns correct output", {
  if(require(brassicaData)){
    data("raw_napus", package = "brassicaData", envir = environment())
    to_filter <- check_raw(raw_napus, thresh = 28000, breaks = 20)
    expect_true(is.vector(to_filter))
    expect_equal(to_filter, c(1:18, 21, 22, 25, 26, 29, 30))
  }
})
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.