tests/testthat/test-check_arch.R

test_that(".check_arch works", {
  expect_silent(.check_arch("x86_64"))
  expect_error(.check_arch("anything_else"),
               "Unfortunately 32 bit operating system builds are unsupported, if you would like to contribute to support this, that would be cool")
  
})
chasemc/electricShine documentation built on Oct. 12, 2022, 8:50 a.m.