tests/spelling.R

if(system.file(package = "spelling") != '') {
  spelling <- asNamespace('spelling')
  tryCatch({
    spelling$spell_check_test(vignettes = TRUE, error = FALSE,
                              skip_on_cran = TRUE)
  }, error = function(...){})
}
dipterix/ravetools documentation built on March 5, 2025, 3:08 a.m.