tools/check_spelling.R

#!/usr/bin/env Rscript

# Spell-check the documentation files.  Note they'll have to be updated e.g.
# with devtools::document() first.

results <- devtools::spell_check()
if (length(results) > 0) {
  results
}
ShawHahnLab/chiimp documentation built on Aug. 20, 2023, 1:41 a.m.