It also seems that I have this issue:
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I'/usr/local/lib/R/site-library/Rcpp/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-7BvS0x/r-base-4.0.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c RasterModule.cpp -o RasterModule.o
Freezes on this chunk of code, which I believe had also happened earlier. Any idea what this could be?
I appreciate the help though!
Edit: In the monitoring portion of my AWS instance, it seems as though the CPU reaches ~100% utilization when trying to install the "leaflet" library, which leads to this crash.
EDIT: Seems as though the basic ec2.micro's memory is the issue here...