Re: [R-pkg-devel] Spell Check with Hunspell on Windows

2024-08-20 Thread Duncan Murdoch
When running R CMD check I think the test is using Sys.which(c("aspell", "hunspell", "ispell")) to find the spell check program, so the fact that the aspell() command worked in R suggests that the PATH that R CMD check saw is different than the one that R saw. Were you running R from the com

[R-pkg-devel] Spell Check with Hunspell on Windows

2024-08-20 Thread Kevin R. Coombes
Hi, This is a follow-up to an earlier question where I asked about R CMD check on Windows to be able to check R packages in a manner closer to the checks on CRAN machines before i submit (new or updated) packages.  From the answers to the previous question, I learned the (magic) environment v