RforWinのメニュー
特徴
Rcmdr(TclTk)を使わなくても手軽にメニューを追加できます。
ヘルプ
help(winMenuAdd)
設定
winMenuAdd("demo")
winMenuAddItem("demo","plotmath","demo(plotmath)")
winMenuAddItem("demo","-",NULL)
winMenuAddItem("demo","graphics","demo(graphics)")
などを、.Rprofileに記述すれば良い。