tests/testthat/test-pal-manual.R

test_that("pal_manual gives warning if n greater than the number of values", {
  expect_warning(pal_manual(c("red", "blue", "green"))(4), "can handle a maximum")
})

test_that("pal_manual returns an unnamed vector", {
  x <- c(foo = "red", bar = "blue")
  expect_equal(pal_manual(x)(2), unname(x))
})

Try the scales package in your browser

Any scripts or data that you put into this service are public.

scales documentation built on July 4, 2024, 1:11 a.m.