test_that("evaluate_mean works", {
set.seed(46)
samples <- 10
m <- matrix(rnorm(samples), nrow = samples)
i <- create_subset(samples, n = 3)
e <- evaluate_mean(i, m)
expect_length(e, 1L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.