test_that("Can extract posterior samples from a fv_sample", {
skip_on_cran()
draws <- extract_draws(fit1)
expect_true(any(class(draws) %in% "draws_array"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.