tests/testthat/test-utils_options.R

test_that("invalid options", {
  expect_error(
    crew_controller_slurm(options_cluster = list()),
    class = "crew_error"
  )
  expect_error(
    crew_options_validate(list()),
    class = "crew_error"
  )
})

Try the crew.cluster package in your browser

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

crew.cluster documentation built on April 15, 2025, 1:34 a.m.