Nothing
test_that("pPerm works", {
data("freelive2")
set.seed(1)
actual <- sample(YR2, 1)
permutation_distribution <- YR2
expect_equal(round(pPerm(actual, permutation_distribution)$p, 2), 0.29)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.