Whenever we start R console with "R" command, we can see messages as follows
R version 3.2.0 (2015-04-16) -- "Full of Ingredients"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.0 (64-bit)
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.
I'd appreciate if someone let me know how can we disable it.
You need to run whichever executable you're using with the --quiet
command line option (--silent
or -q
will also work). The exact details of how to accomplish that will depend on how you typically launch R.
From the command line of a machine with R on its path, just do:
R --quiet
Or if (for example) you want to set up a clickable icon for the Windows GUI that launches without the "greeting", you can:
$R_DIRECTORY/bin/i386/Rgui.exe
).C:\R\R-current\bin\i386\Rgui.exe --quiet
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With