Nothing
test_that("`plot.bm_bitmap`()", {
skip_if_not_installed("vdiffr")
library("vdiffr")
plus_sign <- matrix(0L, nrow = 9L, ncol = 9L)
plus_sign[5L, 3:7] <- 1L
plus_sign[3:7, 5L] <- 1L
plus_sign <- bm_bitmap(plus_sign)
expect_doppelganger("plot_plus_sign", function() plot(plus_sign))
})
test_that("`plot.bm_pixmap`()", {
skip_if_not_installed("vdiffr")
library("vdiffr")
grapes <- farming_crops_16x16()$grapes$portrait
expect_doppelganger("grapes", function() plot(grapes))
})
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.