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/microsat documentation built on Aug. 25, 2023, 11:16 p.m.