Unable to install Bioconductor package MultiAssayExperiment

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

Installation failures like these can be triggered when the install process exhausts the available memory for the project (1GB by default). If you send along the project ID, we can take a look at what might be causing this error.

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.