tests/testthat/test-saveSLICES.R

test_that("saveSLICES errors", {
  empty_tibble <- tibble::tribble(
    ~name, ~value
  )
  expect_error(saveSLICES(empty_tibble))
})

Try the BREADR package in your browser

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

BREADR documentation built on April 15, 2025, 1:22 a.m.