context("viterbi")
test_that("Output has the right format",{
m <- example$m
expect_equal(length(viterbi(m)),nrow(m$data))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.