tests/testthat/helper-locale.R

is_locale_available <- function(loc){
  set_locale_failed <- FALSE
  tryCatch(
    withr::with_locale(c(LC_COLLATE=loc), {}),
    warning = function(e){ set_locale_failed <<- TRUE }
  )
  !set_locale_failed
}

Try the htmltools package in your browser

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

htmltools documentation built on May 29, 2024, 5:19 a.m.