tests/testthat/test-utils_packages.R

crew_test("load packages", {
  skip_on_cran()
  expect_silent(load_packages(packages = "base", library = NULL))
  expect_crew_error(
    suppressWarnings(
      load_packages(packages = "does;not;exist", library = NULL)
    )
  )
})
wlandau/crew documentation built on Feb. 8, 2025, 10:12 a.m.