tests/testthat/helper-error.R

get_defunct_error_class <- function() {
  if (getRversion() < "3.6") {
    "simpleError"
  } else {
    "defunctError"
  }
}
krlmlr/tibble documentation built on Jan. 15, 2020, 7:56 a.m.