inst/tinytest/class/test-error.R

enumerate <- 0 # to count number of tests


x <- factor(letters)
expect_error(
  broadcaster(x) <- TRUE,
  "cannot make this object broadcaster"
)
x <- data.frame(letters, 1:26)
expect_error(
  broadcaster(x) <- TRUE,
  "cannot make this object broadcaster"
)

enumerate <- enumerate + 2L

Try the broadcast package in your browser

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

broadcast documentation built on Sept. 15, 2025, 5:08 p.m.