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: [email protected]  Priv: [email protected]

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to