2
これは初めてRにインストールしてtm
パッケージをロードしようとしていますが、これまで失敗しています。ここに私のマシンの情報は次のとおりです。'tm'パッケージをRにロードできません
> sessionInfo()
R version 3.4.0 (2017-04-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] RevoUtilsMath_10.0.0
loaded via a namespace (and not attached):
[1] compiler_3.4.0 RevoUtils_10.0.4 tools_3.4.0
私は、次のコードを実行してインストールを行います。
私に次のようなメッセージ与えるinstall.packages('tm', repos = 'https://cran.r-project.org', dependencies = T)
:
Warning in install.packages :
dependencies ‘Rcampdf’, ‘Rgraphviz’, ‘Rpoppler’, ‘tm.lexicon.GeneralInquirer’ are not available
also installing the dependencies ‘NLP’, ‘Rcpp’, ‘slam’, ‘BH’, ‘filehash’, ‘SnowballC’, ‘XML’
...
...
package ‘NLP’ successfully unpacked and MD5 sums checked
package ‘Rcpp’ successfully unpacked and MD5 sums checked
package ‘slam’ successfully unpacked and MD5 sums checked
package ‘BH’ successfully unpacked and MD5 sums checked
package ‘filehash’ successfully unpacked and MD5 sums checked
package ‘SnowballC’ successfully unpacked and MD5 sums checked
package ‘XML’ successfully unpacked and MD5 sums checked
package ‘tm’ successfully unpacked and MD5 sums checked
をしかし、私はロードしようとすると、パッケージそれは私に次のエラーを与える:
load('tm')
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
In addition: Warning message:
In readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file 'tm', probable reason 'No such file or directory'
知恵の助けを歓迎します
ライブラリ、タイプロードするには: 'ライブラリ(TM)を' –