[R-SIG-Mac] suppressPackageStartupMessages() does not work on the command line version R (but works on the GUI version)

peter dalgaard pdalgd at gmail.com
Mon Jun 11 13:04:21 CEST 2012


On Jun 11, 2012, at 12:21 , Peng Yu wrote:

> Hi,
> 
> suppressPackageStartupMessages works in the GUI version of R on my
> Mac. But it does not work in the command line version of R. Could
> anybody take a look what is wrong with the command line version?
> Thanks!
> 
....
> 
>> suppressMessages(library(MCMCpack))
> ##
> ## Markov Chain Monte Carlo Package (MCMCpack)
> ## Copyright (C) 2003-2012 Andrew D. Martin, Kevin M. Quinn, and Jong Hee Park
> ##
> ## Support provided by the U.S. National Science Foundation
> ## (Grants SES-0350646 and SES-0350613)
> ##

Not to put too fine a point on it:

> suppressPackageStartupMessages(library(MCMCpack))
> 


-- 
Peter Dalgaard, Professor
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd.mes at cbs.dk  Priv: PDalgd at gmail.com



More information about the R-SIG-Mac mailing list