tests/testthat/_snaps/taylor-album-palettes.md

taylor_col() throws informative error.

Code
  taylor_col(5, begin = -1)
Condition
  Error in `taylor_col()`:
  ! `begin` must be between 0 and 1
Code
  taylor_col(5, begin = 2)
Condition
  Error in `taylor_col()`:
  ! `begin` must be between 0 and 1
Code
  taylor_col(5, end = -1)
Condition
  Error in `taylor_col()`:
  ! `end` must be between 0 and 1
Code
  taylor_col(5, end = 2)
Condition
  Error in `taylor_col()`:
  ! `end` must be between 0 and 1
Code
  taylor_col(5, direction = 2)
Condition
  Error in `taylor_col()`:
  ! `direction` must be 1 or -1
Code
  taylor_col(5, direction = -3)
Condition
  Error in `taylor_col()`:
  ! `direction` must be 1 or -1


Try the taylor package in your browser

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

taylor documentation built on April 3, 2025, 6:15 p.m.