Skip to content

docs: fix typos and populate cspell dictionary#162

Merged
be-marc merged 1 commit into
mainfrom
spellcheck-fixes
Jun 11, 2026
Merged

docs: fix typos and populate cspell dictionary#162
be-marc merged 1 commit into
mainfrom
spellcheck-fixes

Conversation

@be-marc

@be-marc be-marc commented Jun 11, 2026

Copy link
Copy Markdown
Member

Summary

Ran cspell across the package, fixed genuine typos, and populated the shared project dictionary so cspell passes cleanly (133 files, 0 issues).

Typos fixed

File Old New
R/FSelectorBatchGeneticSearch.R ìters (accented ì) iters
R/EnsembleFSResult.R inversed inverse
R/FSelectorBatchShadowVariableSearch.R permutated permuted

The same fixes are reflected in the regenerated .Rd files and the obsolete permutated entry was removed from inst/WORDLIST.

Dictionary

Added legitimate words to .cspell/project-words.txt: package/class/function names (bbotk, Classif, clbk, fselect, rpart, …), optimization and stats jargon (Codomain, borda, jaccard, efsr, nfeatures, …), author surnames from the bibliography (Bischl, Bengio, Bergstra, López, Zobolas, …), and established abbreviations (evals, lrns, msrs, tsks, …).

Notes

  • permutated was a judgment call — both forms exist, but permuted is the standard term in ML writing, so I fixed rather than added it.
  • .Rd edits were applied surgically to avoid the unrelated reformatting churn that a full devtools::document() produces under the locally installed roxygen2 dev version.

🤖 Generated with Claude Code

Fix three genuine typos in roxygen documentation:
- `ìters` -> `iters` (FSelectorBatchGeneticSearch)
- `inversed` -> `inverse` (EnsembleFSResult)
- `permutated` -> `permuted` (FSelectorBatchShadowVariableSearch)

Populate the shared cspell dictionary with legitimate package names,
jargon, author surnames, and abbreviations so cspell passes cleanly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@be-marc be-marc merged commit 8ff3d24 into main Jun 11, 2026
6 checks passed
@be-marc be-marc deleted the spellcheck-fixes branch June 11, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant