inst/script/_spelling.R

library(spelling)

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

message("checking package")
spell_check_package()
ignore <- readLines("inst/WORDLIST")
message("checking other files")
spell_check_files(path, ignore)

Try the mrgsim.parallel package in your browser

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

mrgsim.parallel documentation built on March 18, 2022, 7:52 p.m.