Nothing
test_that("returns ggplot for bayesnecfit objects", {
if (Sys.getenv("NOT_CRAN") == "") {
skip_on_cran()
}
p <- check_priors(nec4param)
expect_error(print(p), NA)
expect_silent(check_priors(nec4param))
expect_equal(class(p), c("gg", "ggplot"))
})
test_that("returns pdf for bayesmanecfit objects", {
if (Sys.getenv("NOT_CRAN") == "") {
skip_on_cran()
}
filename <- random_filename(15)
expect_invisible(check_priors(manec_example, filename = filename))
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.