tools/update-aspell-wordlist.R

# Updates the wordlist used by CRAN checks.

library(here)

WORDLIST <- here("inst", "WORDLIST")

words <- readLines(WORDLIST)

dir.create(".aspell", showWarnings = FALSE)

saveRDS(words, file = file.path(".aspell", "filebin.rds"), version = 2)

Try the filebin package in your browser

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

filebin documentation built on Sept. 2, 2023, 9:07 a.m.