inst/script/_spelling.R

library(spelling)

path <- c(
  "inst/doc/about.md",
  "README.Rmd"
)




spell_check_package()
ignore <- readLines("inst/WORDLIST")
spell_check_files(path,ignore)
metrumresearchgroup/lastdose documentation built on April 12, 2025, 3:51 p.m.