Nothing
context("peaks-input checker")
test_that("peaksInput inputs and null", {
fpath <- system.file("extdata", "somepeaksfile.txt", package="geneXtendeR")
peaksInput(fpath)
expect_error(peaksInput(''))
expect_true(file.exists("peaks.txt"))
file.remove("peaks.txt")
})
if (file.exists("peaks.txt")) {
file.remove("peaks.txt")
}
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.