Upon updating to R 3.5.0 released 2 days ago, I had to re-install a lot of packages since all packages are now byte-compiled on installation.
I am unable to re-install the package ddalpha
and get the error message:
Error in system2(file.path(R.home("bin"), "R"), c(if (nzchar(arch)) paste0("--arch=", :
cannot popen ' '/usr/lib64/R/bin/R' --no-save --slave 2>&1 < '/tmp/RtmpXs6prW/file285b65638b8d'', probable reason 'Cannot allocate memory'
I have 16 Gb of RAM and have so far never gotten even close to using it all. That said, I do not know whether R has a full access to it.
I tried various workaround with no success:
- solution suggested in this thread:
sudo Rscript -e "install.packages('ddalpha', repos='http://cran.us.r-project.org')"
- solution suggested here:
sudo R CMD INSTALL path-to-ddalpha_1.3.2.tar.gz
In both cases, I get the same error message.