tests/testthat/test-gradient.R

test_that("gradient functions", {
    for (f in list(blueYellow, purpleOrange)) {
        x <- f(n = 3L)
        expect_true(allAreHexColors(x))
    }
})
acidgenomics/r-acidplots documentation built on March 30, 2024, 10:16 p.m.