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

Peng Yu pengyu.ut at gmail.com
Mon Jun 11 12:21:01 CEST 2012


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!


~$ which R
/usr/bin/R
~$ R --version
R version 2.15.0 (2012-03-30)
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information about these matters see
http://www.gnu.org/licenses/.




> 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)
##

-- 
Regards,
Peng



More information about the R-SIG-Mac mailing list