2017-05-26 25 views
0

"tm"パッケージをインストールしようとしましたが、エラーが発生しました(下記参照)。このエラーから私は何がうまくいかないのか分かりません。パッケージRcppがインストールされています。 R 3.4.0での作業、Xubuntu 64.インストールパッケージ "tm"が失敗しました

パッケージtmはどのようにインストールできますか?

* installing *source* package ‘tm’ ... 
** package ‘tm’ successfully unpacked and MD5 sums checked 
** libs 
g++ -I/usr/share/R/include -DNDEBUG -I"/home/henk/R/x86_64-pc-linux-gnu-library/3.4/BH/include" -I"/home/henk/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/include" -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c RcppExports.cpp -o RcppExports.o 
In file included from /home/henk/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/include/Rcpp.h:34:0, 
       from RcppExports.cpp:4: 
/home/henk/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/include/Rcpp/grow.h:73:47: fatal error: Rcpp/generated/grow__pairlist.h: No such file or directory 
compilation terminated. 
/usr/lib/R/etc/Makeconf:168: recipe for target 'RcppExports.o' failed 
make: *** [RcppExports.o] Error 1 
ERROR: compilation failed for package ‘tm’ 
* removing ‘/home/henk/R/x86_64-pc-linux-gnu-library/3.4/tm’ 
Warning in install.packages : 
    installation of package 'tm' had non-zero exit status 

The downloaded source packages are in 
    '/tmp/Rtmp3tKSat/downloaded_packages' 

答えて

1
At first we can install "devtools" packages and than install "tm" 
    by using devtools::install_cran("tm") 
+0

を試してみてください: 'エラー:パッケージまたは名前空間の負荷は、get(インフォ[I、1]、ENVIR = ENV)の 'TM' のため失敗しました: lazy-load database '/home/henk/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/R/Rcpp.rdb'が壊れています。 – Henk

+1

Saw [this](https://github.com/wch)/movies/issues/3)Githubに関するコメント。 Rを再起動し、 'devtools :: install_cran(" tm "、force = T)'を実行し、今回はそれをインストールしました。 – Henk

0

私はこのエラーを取得する

sudo apt-get install r-cran-rcpp 
+0

すでに試しました。質問に書かれているように、ライブラリRcppがインストールされています。 – Henk

関連する問題