context("Testing calcTau()")
library(tispec)
test_that('Check output of calcTau', {
expect_identical(calcTau(qnExp), tauExp)
expect_equal(calcTau(qnExp), tauExp)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.