Nothing
context("palette_plot")
test_that("plot works", {
skip_on_cran()
A1 = function() palette_plot(rainbow_pal)
vdiffr::expect_doppelganger("a1", A1)
A2 = function() palette_bivariate_plot(sunset_pal)
vdiffr::expect_doppelganger("a2", A2)
})
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.