tests/testthat/helper.R

expect_equal_unlist <- function(object, expected, ...) {
  expect_equal(
    unlist(object),
    expected
  )
}

skip_if_not_utf8 <- function() {
  # likely on Windows for R < 4.2
  skip_if_not(l10n_info()$`UTF-8`)
}

Try the pointblank package in your browser

Any scripts or data that you put into this service are public.

pointblank documentation built on Nov. 29, 2025, 1:06 a.m.