tests/testthat/helpers.R

skip_if_interactive <- function() {
  testthat::skip_if(interactive())
}

skip_if_http_error <- function() {
  remote_file <- "http://landregistry.data.gov.uk"
  skip_if(httr::http_error(remote_file))
}
kvasilopoulos/uklr documentation built on Aug. 13, 2024, 3:10 p.m.