ccagc / QDNAseq

QDNAseq package for Bioconductor
47 stars 27 forks source link

OUTPUT NOISE: Add argument 'verbose' to all functions #77

Closed HenrikBengtsson closed 5 years ago

HenrikBengtsson commented 5 years ago

Several functions/methods of QDNAseq produce output/messages that cannot be silenced. Add argument verbose to them. For backward compatibility, we start by using verbose=TRUE, but we might want to switch to verbose=FALSE later.

There is already an R option QDNAseq::verbose that can be set to options("QDNAseq::verbose" = FALSE)` to silence those messages.