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"))
testthat::expect_type(p, "list")
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.