test_that("finding offsets works", 
{
  data(chr22_anno)
  data(rpfs)
  data(offsets_df)
  testoffsets_df <- get_offsets(rpfs, chr22_anno)
  expect_equal(colnames(testoffsets_df),c('readlen','phase','p_offset'))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.