This is probably related to "Killed" error during installation for many packages
or is a system issue. I thought I would post anyway. There are about ~10 students in a class I am teaching using the free version of RStudio Clould and all are having the following error.
I am having an issue installing ensembldb on RStudio cloud (I do not have this issue on my local R installation). I have tried with and without specifying the lib path.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ensembldb", lib = "/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0")
- installing source package ‘ensembldb’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Killed
ERROR: lazy loading failed for package ‘ensembldb’ - removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/ensembldb’
The downloaded source packages are in
‘/tmp/RtmpmLD1bG/downloaded_packages’
Warning message:
In install.packages(...) :
installation of package ‘ensembldb’ had non-zero exit status
sessionInfo( )
R version 4.0.2 (2020-06-22)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.6 LTS
Matrix products: default
BLAS: /usr/lib/atlas-base/atlas/libblas.so.3.0
LAPACK: /usr/lib/atlas-base/atlas/liblapack.so.3.0
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C
[3] LC_TIME=C.UTF-8 LC_COLLATE=C.UTF-8
[5] LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
[7] LC_PAPER=C.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
loaded via a namespace (and not attached):
[1] BiocManager_1.30.10 compiler_4.0.2 tools_4.0.2