Aspell を使用する前に、端末 (OS X 10.9) に aspell と英語辞書をインストールしていました。http://www.omegahat.org/Aspell/aspell.html> aspell("duncan")
に例示されているように試してみると、コンソールに次のように表示されました。
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") : cannot open file 'duncan': No such file or directory
aspell{utils} が Aspell パッケージの aspell とは違うのではないかと思いました。次に、 http:install.packages("Aspell", repos = "http://www.omegahat.org/R")
//www.omegahat.org/Aspell/ に基づいてAspell をインストールしようとしましたが、R は次のように示しました。
Warning: unable to access index for repository http://www.omegahat.org/R/bin/macosx/contrib/3.1
package ‘Aspell’ is available as a source package but not as a binary
Warning message:
package ‘Aspell’ is not available (for R version 3.1.1)
さらに、私は完全に混乱していますR CMD INSTALL Aspell_0.1-0.tar.gz
( http://www.omegahat.org/Aspell/ )。どこに入力して実行すればよいですか?
Aspell を R で通常に使用するにはどうすればよいですか? または、適切なマニュアルを提供してもらえますか? 前もって感謝します。