Nothing
context("Permutation")
test_that("Basic tests", {
expect_that(rowSums(permutatedSamples(data=matrix(1:12,2), B=1000)), equals(rep(21,1000)))
expect_that(ncol(permutatedSamples(data=matrix(1:12,2), B=1000)), equals(6))
})
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.