test_that("cube root transformation works for negative values", {
expect_true(cube_root(-5) < 0)
expect_true(cube_root(-18) < 0)
expect_true(cube_root(0) == 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.