Nothing
test_that("testing plot utils", {
# .generate_colors
output_list <- list(
c("black"),
c("black", "red"),
c("black", "red", "white")
)
expect_equal(
.generate_colors(c("black", "red", "white")),
output_list
)
# scales
expect_contains(
class(scale_fill_vecmatch(1, type = "continuous")),
"ScaleContinuous"
)
expect_contains(
class(scale_color_vecmatch(1, type = "continuous")),
"ScaleContinuous"
)
})
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.