Bioconductor Package Installtion Fails With Writeability Error

I don't see the error you quoted, but I do see:

* installing *source* package ‘SummarizedExperiment’ ...
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Killed
* installing *binary* package ‘dplyr’ ...
* DONE (dplyr)
* installing *binary* package ‘tidyr’ ...
* DONE (tidyr)
* installing *source* package ‘MultiAssayExperiment’ ...
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Killed
* installing *source* package ‘ClassifyR’ ...
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Killed

I believe this indicates that it runs out of memory when the package is loaded.