Rgui (Windows) does support '--quiet'. Regards, Yihui -- Yihui Xie <xieyi...@gmail.com> Phone: 515-294-6609 Web: http://yihui.name Department of Statistics, Iowa State University 3211 Snedecor Hall, Ames, IA
On Tue, Dec 1, 2009 at 11:17 PM, Sharpie <ch...@sharpsteen.net> wrote: > > > Peng Yu wrote: >> >> I always see a banner like the following, which is annoying. I'm >> wondering how to disable it. >> >> R version 2.7.1 (2008-06-23) >> Copyright (C) 2008 The R Foundation for Statistical Computing >> ISBN 3-900051-07-0 >> >> R is free software and comes with ABSOLUTELY NO WARRANTY. >> You are welcome to redistribute it under certain conditions. >> Type 'license()' or 'licence()' for distribution details. >> >> Natural language support but running in an English locale >> >> R is a collaborative project with many contributors. >> Type 'contributors()' for more information and >> 'citation()' on how to cite R or R packages in publications. >> >> Type 'demo()' for some demos, 'help()' for on-line help, or >> 'help.start()' for an HTML browser interface to help. >> Type 'q()' to quit R. >> > > Launch R from the command line and specify the --quiet flag: > > R --quiet > > I'm not sure if this functionality can be invoked using the GUI versions. > > -Charlie ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.