在dplyr安装期间内存不足

时间:2014-10-09 23:29:24

标签: r dplyr

g++ -I/usr/share/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR  
-I"/home/ubuntu/R/x86_64-pc-linux-gnu-library/3.1/Rcpp/include" -I"/usr/local/lib/R/site-library/BH/include"   -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat - Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c dplyr.cpp -o dplyr.o
virtual memory exhausted: Cannot allocate memory
make: *** [dplyr.o] Error 1
ERROR: compilation failed for package ‘dplyr’
* removing ‘/home/ubuntu/R/x86_64-pc-linux-gnu-library/3.1/dplyr’

The downloaded source packages are in
    ‘/tmp/RtmphQUe9d/downloaded_packages’
Warning message:
In install.packages("dplyr") :
  installation of package ‘dplyr’ had non-zero exit status

这只是说我没有足够的内存来编译' dplyr&#39 ;?有没有解决方法?

0 个答案:

没有答案