【发布时间】:2018-03-17 18:57:35
【问题描述】:
我以前在这里看过答案,但是当我尝试它们时,它们都失败了。我想从 R 安装 tm 包。我试过了:
install.packages("tm", dependencies=TRUE)
但输出总是:
Warning messages:
1: In install.packages("tm", dependencies = TRUE) :
installation of package ‘Rpoppler’ had non-zero exit status
2: In install.packages("tm", dependencies = TRUE) :
installation of package ‘tm’ had non-zero exit status
有什么提示吗?
【问题讨论】:
标签: r