Nothing
test_that("closure(reduce(random()))==closure",{
random_tally(10,0.3)->a
arrange(a)->a
as.matrix(a,reduction=FALSE,closure=FALSE)->a
reduce(a)->ra
closure(a)->ca
expect_identical(ca,closure(ra))
})
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.