Hello,
I am teaching a datascience class using R and Rstudio Cloud. Recently, the students and I tried to install the dplyr package in R.
We typed the command install.packages('dplyr') in the Rstudio Cloud command console.
However, during the installation process, we get the following lines:
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
make: *** [mutate.o] Error 4
/opt/R/3.6.0/lib/R/etc/Makeconf:176: recipe for target 'mutate.o' failed
ERROR: compilation failed for package ‘dplyr’
- removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6/dplyr’
Warning in install.packages :
installation of package ‘dplyr’ had non-zero exit status
Could you please tell me a way to remedy this situation? I would like to use the data manipulation functions that are in dplyr.
Thanks!