Bioconductor / bioc_docker

[DEPRECATED] Docker containers for Bioconductor
https://github.com/bioconductor/bioconductor_docker
Artistic License 2.0
49 stars 27 forks source link

devel_proteomics: installing only 50 packages #59

Closed sneumann closed 5 years ago

sneumann commented 5 years ago

Hi, just as a reminder, only the first 50 packages are installed, @lgatto can you check about the rest ? Yours, Steffen

https://github.com/Bioconductor/bioc_docker/blob/master/out/devel_proteomics/install.R#L42

## test - there are 96 packages
## installing 48 works
## works with 65, R3.4.0_Bioc3.5 only though
pkgs_to_install <- pkgs_to_install[1:50]