inst/tinytest/test_painting.R

library(tinytest)

## rgb2hex
expect_equal(
    rgb2hex(matrix(c(0, 0, 0), nrow = 1))
    , "#000000"
)
hewag1975/aRts documentation built on Jan. 8, 2022, 12:04 a.m.