* 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.
I deleted a LOCK directory from a failed installation using the unlink function and now get the same error as you displayed. Could the RAM limit be changed during alpha testing from 1 GB to 2 GB to allow users to test it out in a more realistic setting?