Nothing
test_that("fillPatternGrob", {
grDevices::pdf(file = tf <- tempfile(fileext = ".pdf"))
on.exit({ grDevices::dev.off(); unlink(tf) }, add = TRUE)
gt <- expect_silent(fillPatternGrob())
expect_s3_class(gt, c("fill_pattern", "gTree", "grob", "gDesc"))
expect_contains(names(gt), methods::formalArgs(fillPatternGrob))
expect_contains(names(gt), c("name", "gp", "vp", "children", "childrenOrder"))
})
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.