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]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to