testthat::test_that('Parameters simulated in the right range', {
re <- simulateParam(6)
minAlpha <- min(re$alpha)
minCk <- max(sapply(re$ck, min))
testthat::expect_gte(minAlpha, 0)
testthat::expect_lte(minCk, 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.