我在R中安装插入符时遇到问题。我已经尝试更改repo并安装个别包minqa,lme4等。但没有任何作用。 我得到的错误
eg++: error: [1]: No such file or directory
g++: error: TRUE: No such file or directory
/usr/share/R/share/make/shlib.mk:6: recipe for target 'minqa.so' failed
make: *** [minqa.so] Error 1
ERROR: compilation failed for package ‘minqa’
* removing ‘/home/himaanshu/R/x86_64-pc-linux-gnu-library/3.2/minqa’
Warning in install.packages :
installation of package ‘minqa’ had non-zero exit status
The downloaded source packages are in
‘/tmp/RtmpjR5OCn/downloaded_packages’`
R.version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 3
minor 2.0
year 2015
month 04
day 16
svn rev 68180
language R
version.string R version 3.2.0 (2015-04-16)
nickname Full of Ingredients
答案 0 :(得分:0)
错误消息很明确:包minqa无法安装。
首先解决这个问题。并向我们展示minqa本身的错误。
安装完成后,安装插入符号。
PS对于它的价值,所有这些都安装在我的Ubuntu系统上......