tests/testthat/test-1-dawa-sections.R

test_that("All sections are applicable for dawa", {
  skip_on_cran()
  for (section in available_sections()) {
    expect_no_error(
      dawa(section = section, per_side = 50)
    )
  }
})

Try the dawaR package in your browser

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

dawaR documentation built on April 3, 2025, 10:35 p.m.