test_that("get_packages() works", {
skip_if_not_beyonce()
vcr::use_cassette("blabla", {
pkgs <- get_packages("maelle")
})
expect_vector(pkgs, character())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.