Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This question was answered by @homerhanumat:
It looks like you ran out of memory while compiling some of the C code for Rcpp. You should temporarily increase the size of your droplet. I have found that 1G is not enough memory to install all of my favorite R packages, but the 2G size will do. Alternatively, you can make a swap file. For that, follow the direction here; http://deanattali.com/2015/05/09/setup-rstudio-shiny-server-digital-ocean/
I chose the latter option, and it worked fine.
Regards, Homer