Before I used Aspell, I had installed aspell and english dictionary in terminal (OS X 10.9) . When I tried > aspell("duncan")
as exemplified by http://www.omegahat.org/Aspell/aspell.html, console showed:
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
I thought it might because aspell{utils} might be different from aspell of Aspell package. Then I tried to install Aspell by install.packages("Aspell", repos = "http://www.omegahat.org/R")
based on http://www.omegahat.org/Aspell/ but R showed:
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)
In addition, I am totally confused by R CMD INSTALL Aspell_0.1-0.tar.gz
(http://www.omegahat.org/Aspell/). Where should I type and run it?
How can I use Aspell in R normally? Or can your provide me a good manual? Thanks in advance.