working on a Macbook pro with OS 10.6. I\'ve recently installed the package Aspell with the R package manager and it appears the install went just fine (no install errors). but
As shown at the bottom of the aspell formula, you can use a --with-lang-#{name}
option. In my case, I wanted to install multiple dictionaries: de, en & pl. I did that with this command:
brew install aspell --with-lang-de --with-lang-en --with-lang-pl
To view all available install options use brew info aspell
(Thanks Andrew)
The --lang
option mentioned in this thread with --lang=de,en,pl
didn't work for me.