Nothing
test_that("theme elements can be registered", {
expect_in("legendry.bracket", names(get_element_tree()))
ggplot2::reset_theme_settings()
expect_false("legendry.bracket" %in% names(get_element_tree()))
register_legendry_elements()
expect_in("legendry.bracket", names(get_element_tree()))
})
test_that("all arguments of theme_guide are used", {
fmls <- fn_fmls_names(theme_guide)
args <- set_names(seq_along(fmls), fmls)
theme <- inject(theme_guide(!!!args))
expect_setequal(unlist(theme), seq_along(fmls))
})
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.