context("getAlignmentSignal")
#read phylo
#run
test_that('data types correct', {
expect_is(testing_data,'data.frame')
expect_is(testing_data$numbers, 'double') #fix
})
test_that('correct results', {
})
test_that('prefix gets particular data', {
})
#repeat for multiphylo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.