Bioconductor / bioc_docker

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

base image should disable download progress bar #52

Open sneumann opened 6 years ago

sneumann commented 6 years ago

Hi, build logs like https://hub.docker.com/r/bioconductor/devel_metabolomics2/builds/bohdubxhqdbrqffkjcjsyti/ become difficult to grasp due to excessive noise from download progress bar. It would be great if there was a global option deactivating that in the base image.

biocLite() uses download.file(). According to ?download.file a progress bar is shown when in interactive mode. Can be disabled with quiet = TRUE. Yours, Steffen

Yours, Steffen

lshep commented 5 years ago

Is this still an issue? Can you provide a more recent report if so? I also don't see the point of having a global option that would still have to be passed into the argument?