Nothing
context("Testing get_posterior_distribution")
test_that("get_posterior_distribution triggers deprecation warning", {
model <- make_model("X -> Y") |> update_model()
expect_warning(CausalQueries:::get_posterior_distribution(model = model),
regexp = "is deprecated")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.