Nothing
library("testthat")
library("permute")
context("Testing blocks() and Blocks()")
test_that("Blocks() returns a list with 'strata'", {
f <- gl(4, 10)
b <- Blocks(f)
expect_is(b, "list")
expect_true("strata" %in% names(b))
})
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.