Supressing welcome to bioconductor message?
2
0
Entering edit mode
Jeff Gentry ★ 3.9k
@jeff-gentry-12
Last seen 9.6 years ago
I could have sworn that I've seen this before, but my google-fu is failing me at the moment. How can I suppress the "Welcome to Bioconductor" message when BioC loads? I'm trying to develop a module for GenePattern which uses (indirectly) Biobase - but GP spits out a stderr.txt file which really seems to be both stderr & stdout ... it's confusing to folks who don't understand that it's not actually an error. Thanks -J
Biobase Biobase • 1.4k views
ADD COMMENT
0
Entering edit mode
Seth Falcon ▴ 150
@seth-falcon-2443
Last seen 9.6 years ago
Hi Jeff, On 10/22/09 10:45 AM, Jeff Gentry wrote: > I could have sworn that I've seen this before, but my google-fu is failing > me at the moment. How can I suppress the "Welcome to > Bioconductor" message when BioC loads? Is this what you are looking for? > suppressMessages(library("Biobase")) > + seth
ADD COMMENT
0
Entering edit mode
> Is this what you are looking for? > > suppressMessages(library("Biobase")) Seth, Sean ... That's it, thanks. I knew I'd seen that before, but couldn't track it down. Thanks -J
ADD REPLY
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
On Thu, Oct 22, 2009 at 1:45 PM, Jeff Gentry <jgentry@jimmy.harvard.edu>wrote: > I could have sworn that I've seen this before, but my google-fu is failing > me at the moment. How can I suppress the "Welcome to > Bioconductor" message when BioC loads? > > I'm trying to develop a module for GenePattern which uses > (indirectly) Biobase - but GP spits out a stderr.txt file which really > seems to be both stderr & stdout ... it's confusing to folks who don't > understand that it's not actually an error. > > Hi, Jeff. Surround the offending library() call with suppressMessages(): suppressMessages(library(Biobase)) Does that do it? Sean [[alternative HTML version deleted]]
ADD COMMENT

Login before adding your answer.

Traffic: 888 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6