tests/tinytest.R

if (requireNamespace("tinytest", quietly = TRUE)) {
  ## Force tests to be executed if in dev release
  ## (which we define as having a sub-release)
  NOT_CRAN <- length(unclass(packageVersion("tabula"))[[1]]) == 4

  tinytest::test_package("tabula", at_home = NOT_CRAN)
}
tesselle/tabula documentation built on March 4, 2024, 4:41 a.m.