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(...){})
}

Try the ravetools package in your browser

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

ravetools documentation built on Sept. 11, 2024, 9:06 p.m.