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("khroma"))[[1]]) == 4

  tinytest::test_package("khroma", at_home = NOT_CRAN)
}
tesselle/khroma documentation built on Jan. 15, 2024, 9:15 p.m.