packrat/lib/x86_64-w64-mingw32/3.6.1/htmltools/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
}
jmcascalheira/LGMIberiaCluster documentation built on June 8, 2021, 10 a.m.