tests/testthat/test-plan_week.R

# Test whether input is a character

test_that("A character vector", {
  wt <- LETTERS[1:7]
  plan_week(wt)
  expect_vector(wt, ptype = character())
})

Try the clockplot package in your browser

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

clockplot documentation built on Sept. 14, 2025, 1:07 a.m.