I'm unable to install MultiAssayExperiment using the BiocManager::install()
function.
The process is killed without explanation.
BiocManager::install("MultiAssayExperiment")
Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.2 (2020-06-22)
Installing package(s) 'MultiAssayExperiment'
trying URL 'https://bioconductor.org/packages/3.12/bioc/src/contrib/MultiAssayExperiment_1.15.3.tar.gz'
Content type 'application/x-gzip' length 1169479 bytes (1.1 MB)
==================================================
downloaded 1.1 MB
* installing *source* package âMultiAssayExperimentâ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Killed
ERROR: lazy loading failed for package âMultiAssayExperimentâ
* removing â/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/MultiAssayExperimentâ
The downloaded source packages are in
â/tmp/Rtmp2YJTLM/downloaded_packagesâ
Installation path not writeable, unable to update packages: survival
Warning message:
In install.packages(...) :
installation of package âMultiAssayExperimentâ 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 LC_TIME=C.UTF-8 LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8 LC_PAPER=C.UTF-8
[8] LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] BiocManager_1.30.10 compiler_4.0.2 tools_4.0.2
Project Link:
https://rstudio.cloud/project/1506193