I have installed amazon free trial linux t2.micro instance, and I installed RStudio, but when I try to install packages on R I get this error:
Warning in install.packages :
system call failed: Cannot allocate memory
Warning in install.packages :
installation of package ‘igraph’ had non-zero exit status
Even when I run a simple in R.
1+1
I get the same error:
system call failed: Cannot allocate memory