tests/testthat/test-utils_names.R

test_that("path_script()", {
  script <- path_script(dir = "x", prefix = "a", launcher = "b", worker = "c")
  expect_equal(script, file.path("x", "a-b-c.sh"))
})

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.