test_that("eval_p_value() works", {
expect_equal(visage::eval_p_value(0.054), FALSE)
})
test_that("eval_p_value() can use tol correctly", {
expect_equal(visage::eval_p_value(0.054, tol = 0.001), FALSE)
expect_equal(visage::eval_p_value(0.054, tol = 0.01), TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.