test_that("assert_arrow() works when arrow is installed", {
skip_if(requireNamespace("arrow", quietly = TRUE))
expect_error(assert_arrow("a life well lived"), "a life well lived")
})
test_that("assert_arrow() works when arrow is installed", {
skip_if_not_installed("arrow")
expect_true(assert_arrow("a life well lived"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.