RStudio Cloud - installing RBGL

I'm having issues installing RBGL from both Bioconductor and Github. I keep getting this 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.6.0/lib/R/etc/Makeconf:176: recipe for target 'planar.o' failed
make: *** [planar.o] Error 4
ERROR: compilation failed for package ‘RBGL’

  • removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6/RBGL’
    ##########################

Rstudio Cloud has a 1GB RAM memory limit, very likely the compiling process needs more than that and that is why it's failing.

1 Like

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