Can't install DescTools package on Rstudio.cloud

Error on Rstudio.cloud when installing DescTools:

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 'aux_fct.o' failed make: 
*** [aux_fct.o] Error 4 ERROR: compilation failed 
for package ‘DescTools’ * removing 
‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.5/DescTools’ 
Warning in install.packages : installation of package ‘DescTools’ 
had non-zero exit status The downloaded source packages 
are in ‘/tmp/RtmpWIJK9g/downloaded_packages’

This error is generally an indication that you have exceeded the memory limit of 1 GB that is currently available on rstudio.cloud.

We are able to cache compiled packages, however, I was able to build this package in a fresh project where I had not done anything else. Does it still fail for you?