Nothing
testthat::test_that("Test Truth 1", {
result <- calc_roc(c(1,1,1,0), c(1,1,1,0))
expect_equal(result@predictions[[1]][1], 1)
})
testthat::test_that("Test Truth 2", {
result <- calc_roc(c(1,1,1,0), c(1,1,1,0))
expect_equal(result@predictions[[1]][4], 0)
})
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.