Nothing
test_that("returns null", {
if (Sys.getenv("NOT_CRAN") == "") {
skip_on_cran()
}
expect_null(check_chains(nec4param))
})
test_that("returns pdf for bayesmanec objects with filename argument", {
if (Sys.getenv("NOT_CRAN") == "") {
skip_on_cran()
}
filename <- random_filename(15)
check_chains(manec_example, filename = filename) |>
expect_invisible() |>
expect_message()
on.exit(file.remove(paste(filename, ".pdf", sep = "")))
})
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.