test_that("get_packages() works", {
vcr::use_cassette("packages", {
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.