Hi there,
when I want to install the RxODE package on RStudio cloud, I end up with the following issue:
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: *** [rxData.o] Error 4
/opt/R/3.5.0/lib/R/etc/Makeconf:168: recipe for target 'rxData.o' failed
ERROR: compilation failed for package ‘RxODE’
* removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.5/RxODE’
Error in i.p(...) :
(converted from warning) installation of package ‘/tmp/RtmpnwPJMv/file22630d6e5e2/RxODE_0.8.1-0.tar.gz’ had non-zero exit status
Similarly the odeintr package returns an installation error:
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.
/opt/R/3.5.0/lib/R/etc/Makeconf:168: recipe for target 'RcppExports.o' failed
make: *** [RcppExports.o] Error 4
ERROR: compilation failed for package ‘odeintr’
* removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.5/odeintr’
I already installed them on different shiny servers (pro or open source). Besides, I tried to change the compiler from gcc to clang but the same error appears.
According to https://bitcointalk.org/index.php?topic=304389.0, this should be a RAM issue ... if yes, how could I solve it?
Thanks
David