dwww Home | Show directory contents | Find package

test_that("tests always run in environment with dev tools", {
  without_cache({
    expect_true(has_build_tools())
    expect_equal(has_rtools(), is_windows())
  })
})

test_that("unless specifically disabled", {
  without_compiler({
    expect_false(has_build_tools())
    expect_false(has_rtools())
  })
})

Generated by dwww version 1.15 on Sat May 18 13:09:28 CEST 2024.