Nothing
if (base::isFALSE(dep_check[["do_ColorBlindCheck"]])){
testthat::test_that("do_ColorBlindCheck: PASS - color vectors", {
p <- SCpubr::do_ColorBlindCheck(colors.use = c("red", "blue", "green"), flip = TRUE)
testthat::expect_true(ggplot2::is_ggplot(p))
p <- SCpubr::do_ColorBlindCheck(colors.use = c("red", "blue", "green"), flip = FALSE)
testthat::expect_true(ggplot2::is_ggplot(p))
})
}
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.