Nothing
test_that("the first twenty columns of thehidden markov model file are read in", {
expect_equal(ncol(hmm_read(system.file("extdata", "1DLHA2-7", package="protHMM"))), 20)
expect_equal(is.numeric(hmm_read(system.file("extdata", "1DLHA2-7", package="protHMM"))), TRUE)
})
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.