test_that("`auc()` works", {
out <- auc(
o = sample(x = c(1, 0), size = 10, replace = TRUE),
p = runif(10)
)
expect_length(out, 1)
expect_type(out, "double")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.