test_that("multiplication works", {
expect_error(sampling_heatmap(iraceResults, param_names = "dlb"))
expect_error(sampling_heatmap(iraceResults, param_names = c("ants","other")))
expect_error(sampling_heatmap(iraceResults))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.