[Bioc-devel] How to suppress startup messages
David Jimenez-Morales
b|od@v|djm @end|ng |rom gm@||@com
Sat Feb 16 20:34:51 CET 2019
Hi there,
Loading the bioconductor package artMS gets the following startup message:
library(artMS)
Package PerformanceAnalytics (1.5.2) loaded.
Copyright (c) 2004-2018 Peter Carl and Brian G. Peterson, GPL-2 |
GPL-3https://github.com/braverock/PerformanceAnalytics
I know that the user has the option of doing…
suppressPackageStartupMessages(library(PerformanceAnalytics))
or
suppressPackageStartupMessages(library(artMS))
But how can these messages from these dependencies (imported packages) be
suppressed? i.e., how to load artMS and prevent that message from happening
automatically?
Thanks!
David
[[alternative HTML version deleted]]
More information about the Bioc-devel
mailing list