Running Ubuntu 14.04.5 LTS (GNU/Linux 4.15.0-1045-aws x86_64) and cannot install dplyr library

Any time I enter install packages command that contains dplyr my ubuntu box eventually gets to the line of code below that ends in mutate.o and just completely stops. I have waited over 40 minutes and nothing. Any advice?

g++ -I/usr/share/R/include -DNDEBUG -I../inst/include -DRCPP_DEFAULT_INCLUDE_CALL=false -DCOMPILING_DPLYR -DRCPP_USING_UTF8_ERROR_STRING -DRCPP
_USE_UNWIND_PROTECT -DBOOST_NO_AUTO_PTR   -I"/home/codio/R/x86_64-pc-linux-gnu-library/3.3/BH/include" -I"/home/codio/R/x86_64-pc-linux-gnu-lib
rary/3.3/plogr/include" -I"/home/codio/R/x86_64-pc-linux-gnu-library/3.3/Rcpp/include"   -fpic  -g -O2 -fstack-protector --param=ssp-buffer-siz
e=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c mutate.cpp -o mutate.o

The

">"
prompt does not appear at all after waiting for the installation to complete.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.