2014-03-18 78 views
6

運行在Windows 7如何禁止R啓動消息?

rterm <foo.r> temp.txt 

輸出文件的開頭爲:

R version 3.0.1 (2013-05-16) -- "Good Sport" 
Copyright (C) 2013 The R Foundation for Statistical Computing 
Platform: x86_64-w64-mingw32/x64 (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. 

,並進一步文本。

如何禁止此消息?我沒有看到在Rprofile.site文件中執行此操作的選項。當然,我可以使用另一個程序刪除輸出文件的前N行,但是更好的方法是禁止啓動消息?

+0

'rterm.exe --help' –

+0

我通常爲Rgui製作一個快捷方式,然後在右擊/屬性時將這個'-q'放在Target字段的末尾。 –

+0

好吧,我發現了--quiet選項,問題解決了。 – Beliavsky

回答

4

Invoking R from the command line

--quiet 
--silent 
-q 

不打印起始的版權和歡迎信息。

--slave 

使R運行儘可能安靜。此選項旨在支持使用R來計算結果的程序 。它意味着--quiet--no-save