Dear all, is there any way to stop popping up the start-up messages when I start a new R console window? I want a clean window for my work which obviously can be done by pressing 'cont+l'. However I want R should be able to do it automatically, as soon as it starts. Thanks and regards,
How to stop popping up messages when R starts?
5 messages · Christofer Bogaso, michael.weylandt at gmail.com (R. Michael Weylandt, S Ellison +1 more
Use the -q option when calling R. Michael
On Dec 13, 2011, at 8:06 AM, "Christofer Bogaso" <bogaso.christofer at gmail.com> wrote:
Dear all, is there any way to stop popping up the start-up messages when I start a new R console window? I want a clean window for my work which obviously can be done by pressing 'cont+l'. However I want R should be able to do it automatically, as soon as it starts. Thanks and regards,
______________________________________________ R-help at 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.
Thanks Michael for your reply. But how can I do that? Thanks and regards, -----Original Message----- From: R. Michael Weylandt <michael.weylandt at gmail.com> [mailto:michael.weylandt at gmail.com] Sent: Tuesday, December 13, 2011 7:02 PM To: Christofer Bogaso Cc: <r-help at r-project.org> Subject: Re: [R] How to stop popping up messages when R starts? Use the -q option when calling R. Michael On Dec 13, 2011, at 8:06 AM, "Christofer Bogaso"
<bogaso.christofer at gmail.com> wrote:
Dear all, is there any way to stop popping up the start-up messages when I start a new R console window? I want a clean window for my work which obviously can be done by pressing 'cont+l'. However I want R should be able to do it automatically, as soon as it starts. Thanks and regards,
______________________________________________ R-help at 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.
-----Original Message-----
Use the -q option when calling R.
Thanks Michael for your reply. But how can I do that?
Depends how you start R.
On the command line, say 'R -q' instead of just 'R'
In windows from a shortcut, modify the shortcut that you click on to start R so that the command includes -q
The same should work with desktop ar menu links in kde, gnome etc, but I've not verified that
S Ellison*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}
And if you use RStudio it seems that this option is not currently supported: http://stackoverflow.com/questions/7771577/clear-startup-screen-in-r-rstudio (follow the links through to the RStudio forums) Michael
On Tue, Dec 13, 2011 at 9:50 AM, S Ellison <S.Ellison at lgcgroup.com> wrote:
-----Original Message-----
Use the -q option when calling R.
Thanks Michael for your reply. But how can I do that?
Depends how you start R.
On the command line, say 'R -q' instead of just 'R'
In windows from a shortcut, modify the shortcut that you click on to start R so that the command includes -q
The same should work with desktop ar menu links in kde, gnome etc, but I've not verified that
S Ellison*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}
______________________________________________ R-help at 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.